Tools for working with Test3D
Go to file
Izaya 41e1c3ef74 Updated for ISA changes 2017-02-11 19:41:22 +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
sasm.lua Updated for ISA changes 2017-02-11 19:41:22 +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