Tools for working with Test3D
Ir al archivo
Izaya 8ee7934f79 git knows what a symlink is. >.> 2017-02-12 01:51:56 +00: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
emut400.lua git knows what a symlink is. >.> 2017-02-12 01:51:56 +00:00
ins.def forgot to add file you need to make it work 2017-02-12 01:50:19 +00:00
sasm.lua Updated for ISA changes 2017-02-11 19:41:22 +00:00
t400.lua git knows what a symlink is. >.> 2017-02-12 01:51:56 +00: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