Tools for working with Test3D
Go to file
Izaya 20d57a6331 Added instructions for sasm.lua 2016-12-11 16:05:05 +11:00
LICENSE Initial commit 2016-12-11 15:58:48 +11:00
README.md Added instructions for sasm.lua 2016-12-11 16:05:05 +11:00
sasm.lua Added the simple assembler 2016-12-11 16:04:53 +11:00

README.md

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