ld: add support for loading 8-bit immediates
This commit is contained in:
@@ -14,4 +14,6 @@ void gbasm_arg_wrong_type_error(const struct gbasm_parsed_inst *inst,
|
||||
void gbasm_too_few_args_error(const struct gbasm_parsed_inst *inst,
|
||||
const struct gbasm_op_info *opcode);
|
||||
|
||||
void gbasm_invalid_imm_error(const struct gbasm_parsed_inst *inst,
|
||||
const struct gbasm_op_info *opcode);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user