This feels like a trainwreck but eh. Changed the way the opcodes are managed. Hopefully this is the right direction when I add support for multiple ASM files.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ typedef enum {
|
||||
LineEnd,
|
||||
//Keywords
|
||||
DB, ORG,
|
||||
//Opcodes
|
||||
//Mnemonics
|
||||
COPY, ADD, SUB, JZ, INT, YLD, RET,
|
||||
CMP, NOP, JMP, CALL, IN, OUT,
|
||||
//Registers
|
||||
|
||||
Reference in New Issue
Block a user