1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-11 13:13:23 -07:00
MIPS R4300i assembler in Lua
Go to file
Connor Olding 57ca41d414 various
fix jump and branch destinations.
note: branching is no longer compatible with CajeASM.

make LUI dumb: only use 'UPPER' with LI/LA.
note: this is very incompatible with CajeASM.
add LUUI pseudo-instruction to use 'UPPER' instead of 'LOWER'.

fix SUBI/SUBIU parsing.

fix LI for values under 0x10000.

pass filename through main().
tell Lexer our filename.
don't print filename in Dumper since it's irrelevant.
2015-11-22 13:48:59 -08:00
Lua/inject various 2015-11-22 13:48:59 -08:00