File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- how to build:
1
+ ## Build
2
+
2
3
Use tdm-gcc, run ` mingw32-make all ` in this directory. If something goes wrong, run ` mingw32-make clean ` to clean up and start again.
3
4
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
Original file line number Diff line number Diff line change 1
- <lua exe > disas.lua key1=value1 key2=value2 ...
1
+ <lua> disas.lua key1=value1 key2=value2 ...
2
2
3
3
keys and default values:
4
4
input = "conIn$" -- Path to input file
You can’t perform that action at this time.
0 commit comments