1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-31 05:22:12 +00:00
Files
mist-devel.mist-board/tools/vasm/cpus/6502/cpu_errors.h
2014-01-31 12:21:39 +00:00

8 lines
372 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,