Added instructions for sasm.lua

This commit is contained in:
Izaya 2016-12-11 16:05:05 +11:00
parent f29fb5fbd8
commit 20d57a6331
1 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,12 @@
# test3d-tools
Tools for working with stuff from Test3D
## 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
```