NetBoot/vasm-1/cpus/6502/cpu_errors.h

10 lines
434 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 %d bits",ERROR, /* 05 */
"branch destination out of range",ERROR,
"illegal bit number",ERROR,
"identifier expected",ERROR,