mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-11-03 02:05:44 +00:00
14 lines
466 B
C
14 lines
466 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 */
|
|
"scratch at end of line",WARNING,
|
|
"\" expected",WARNING,
|
|
"invalid data operand",ERROR,
|
|
", expected",WARNING,
|
|
"identifier expected",ERROR, /* 10 */
|
|
"",WARNING,
|
|
"expression must be constant",ERROR,
|