Parser_parseOperation
This commit is contained in:
@@ -34,3 +34,4 @@ typedef struct Instruction {
|
||||
/// @param opcode any byte
|
||||
/// @return ptr to struct or NULL
|
||||
const Instruction* NULLABLE(Instruction_getByOpcode)(Opcode opcode);
|
||||
const Instruction* NULLABLE(Instruction_getByName)(str name);
|
||||
|
||||
Reference in New Issue
Block a user