Got the start of encoding opcodes.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user