Skip to content

Commit 317a721

Browse files
committed
fix README
1 parent c39f8db commit 317a721

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

disas-cpp/README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
how to build:
1+
## Build
2+
23
Use tdm-gcc, run `mingw32-make all` in this directory. If something goes wrong, run `mingw32-make clean` to clean up and start again.
34

4-
usage:
5-
`main` is for generating disassemblers, run it without arguments to show the help message
6-
`u8-disas` is the nX/u8 disassembler, run it without arguments to show the help message
7-
`u8-disas-split` splits 4-byte command into 2 2-byte commands, run it without arguments to show the help message
8-
`u8-disas-brief` well I do not know what it does, run it without arguments to show the help message
5+
## Usage
6+
7+
* `main` is for generating disassemblers, run it without arguments to show the help message
8+
9+
* `u8-disas` is the nX/u8 disassembler, run it without arguments to show the help message
10+
11+
* `u8-disas-split` splits 4-byte command into 2 2-byte commands, run it without arguments to show the help message
12+
13+
* `u8-disas-brief` well I do not know what it does, run it without arguments to show the help message

disas-lua/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<lua exe> disas.lua key1=value1 key2=value2 ...
1+
<lua> disas.lua key1=value1 key2=value2 ...
22

33
keys and default values:
44
input = "conIn$" -- Path to input file

0 commit comments

Comments
 (0)