6502/vasm/cpus/6502/cpu_errors.h

9 lines
402 B
C

"instruction not supported on selected architecture",ERROR,
"trailing garbage in operand",WARNING,
"missing closing parenthesis in addressing mode",ERROR,
"data size %d not supported",ERROR,
"relocation does not allow hi/lo modifier",ERROR,
"operand doesn't fit into 8-bits",ERROR, /* 05 */
"branch destination out of range",ERROR,
"illegal bit number",ERROR,