MT-test3d-tools/README.md

13 lines
241 B
Markdown
Raw Permalink Normal View History

2016-12-11 15:58:48 +11:00
# test3d-tools
Tools for working with stuff from Test3D
2016-12-11 16:05:05 +11:00
## sasm.lua
A super simple mnemonics-to-opcodes and opcodes-to-mnemonics program. Usage:
### Compiling
```
lua sasm.lua -c in > out
```
### Decompiling
```
lua sasm.lua -d out > in
```