Tools for working with Test3D
emut400.lua | ||
ins.def | ||
LICENSE | ||
README.md | ||
sasm.lua | ||
t400.lua |
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