1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-28 12:38:43 +00:00
Files
mist-devel.mist-board/tools/vasm/syntax/mot/syntax_errors.h
2014-01-31 12:21:39 +00:00

23 lines
962 B
C

"mnemonic expected",ERROR,
"invalid extension",ERROR,
"no space before operands",WARNING,
"too many closing parentheses",WARNING,
"missing closing parentheses",WARNING,
"missing operand",ERROR, /* 5 */
"garbage at end of line",WARNING,
"syntax error",ERROR,
"invalid data operand",ERROR,
", expected",WARNING,
"identifier expected",ERROR, /* 10 */
"directive has no effect",WARNING,
"expression must be a constant",ERROR,
"illegal section type",ERROR,
"repeatedly defined symbol",ERROR,
"illegal memory type",ERROR, /* 15 */
"unexpected %s without %s",ERROR,
"endc/endif missing for conditional block started at %s line %d",ERROR,
"",ERROR,
"maximum if-nesting depth exceeded (%d levels)",FATAL|ERROR,
"",ERROR, /* 20 */
"missing %c",WARNING,