1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-05-14 06:23:22 -07:00
lips/lips
Connor Olding 6b0d27ba6d allow 1 register in place of 2, pseudo stuff…
allow CL to take more than one argument.
implement pseudo-instructions NEGU, SGT, and SGTU.
2016-04-26 02:36:19 -07:00
..
Base.lua use Base class pattern; extend off existing classes 2016-04-20 13:15:17 -07:00
Collector.lua fix labels and variables in data directives 2016-04-24 04:41:30 -07:00
data.lua allow 1 register in place of 2, pseudo stuff… 2016-04-26 02:36:19 -07:00
Dumper.lua fix labels and variables in data directives 2016-04-24 04:41:30 -07:00
init.lua rewrite overrides, reimplement ROL/ROR 2016-04-23 19:36:26 -07:00
Lexer.lua fix incbin directive 2016-04-24 13:19:18 -07:00
Muncher.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
overrides.lua allow 1 register in place of 2, pseudo stuff… 2016-04-26 02:36:19 -07:00
Parser.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
Preproc.lua allow 1 register in place of 2, pseudo stuff… 2016-04-26 02:36:19 -07:00
Reader.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
Statement.lua clean up some of my mess 2016-04-21 03:35:17 -07:00
Token.lua various fixes, mostly for labels 2016-04-24 03:55:12 -07:00
util.lua fix labels and variables in data directives 2016-04-24 04:41:30 -07:00