rrcc/src
DataHoarder 5d9ed3cd82
Some checks failed
continuous-integration/drone Build is running
continuous-integration/drone/push Build is failing
Fixed AsValue and AsIndirect
2021-08-06 00:14:58 +02:00
..
instructions Implemented INIT op 2021-08-05 16:29:29 +02:00
Assembler.cpp Overhaul debugh annotation system. Multiple annotations can be had, at the moment, FunctionName and Comments 2021-08-03 01:37:14 +02:00
Assembler.h Added full image format, include some debug information at the tail of functions 2021-01-04 08:16:20 +01:00
BaseRegisters.h Added Container virtual instruction 2021-08-03 16:43:24 +02:00
Declaration.cpp WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
Declaration.h Overhaul debugh annotation system. Multiple annotations can be had, at the moment, FunctionName and Comments 2021-08-03 01:37:14 +02:00
EmbeddedResource.h - Added Linker and multiple file assembly support. 2021-01-01 07:31:30 +01:00
Function.cpp WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
Function.h * Added reservation system (basically constants in BSM_SCRATCH) 2021-08-03 00:02:28 +02:00
Linker.cpp * Added reservation system (basically constants in BSM_SCRATCH) 2021-08-03 00:02:28 +02:00
Linker.h * Added reservation system (basically constants in BSM_SCRATCH) 2021-08-03 00:02:28 +02:00
Parser.cpp Fixed AsValue and AsIndirect 2021-08-06 00:14:58 +02:00
Parser.h Add .bitfield to define bitfields of each entry (usage .bitfield <name> offset, [size in bits]. Each entry also has .not, .offset, .size, .mask for extra template usage 2021-08-03 19:25:43 +02:00
rrcas.cpp Major overhaul of Stack system and calling convention, added PUSH, PUT, GET (and immediate versions), optimized FastCall, expanded RET 2021-08-03 00:02:49 +02:00
Token.cpp WIP: Initial commit, working basic assembler 2020-12-31 22:06:52 +01:00
Token.h Add shift offset support via < 2021-08-03 02:31:51 +02:00