Got the start of encoding opcodes.

This commit is contained in:
2022-08-26 18:27:41 +00:00
parent 0d060248cb
commit eb5e2c506e
5 changed files with 66 additions and 19 deletions
+1
View File
@@ -25,5 +25,6 @@ extern Register registers[REGISTERCOUNT];
int IsOpcode(const char*, TokenType*);
int IsRegister(const char*, TokenType*);
const Instruction* GetOpcodeDetails(TokenType);
unsigned char GetInstructionMask(TokenType type, TokenClass parameterOneType);
#endif