1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-11-14 22:49:02 -08:00
lips/Lua/inject
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
..
assembler.lua various 2015-11-22 13:48:59 -08:00
LICENSE set up as a proper module 2015-11-22 13:48:45 -08:00