mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
The assembler can't know if something is a colonless label or a misspelled instruction, so print both when complaining about a missing instruction. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
28 lines
2.2 KiB
Plaintext
28 lines
2.2 KiB
Plaintext
./travis/test/br3392531.asm:1: error: label, instruction or prefix expected at start of line, found `='
|
||
./travis/test/br3392531.asm:4: error: unterminated braces at end of line
|
||
./travis/test/br3392531.asm:4: error: label, instruction or prefix expected at start of line, found `{5117'
|
||
./travis/test/br3392531.asm:5: error: instruction expected, found `&'
|
||
./travis/test/br3392531.asm:7: error: `%macro' expects a parameter count
|
||
./travis/test/br3392531.asm:11: warning: unterminated string (missing ``') [-w+pp-open-string]
|
||
./travis/test/br3392531.asm:14: error: instruction expected, found `<60> %'
|
||
./travis/test/br3392531.asm:17: error: `%$LRG': context stack is empty
|
||
./travis/test/br3392531.asm:17: error: `%$LRG': context stack is empty
|
||
./travis/test/br3392531.asm:17: error: label, instruction or prefix expected at start of line, found `%'
|
||
./travis/test/br3392531.asm:18: error: label, instruction or prefix expected at start of line, found `'
|
||
./travis/test/br3392531.asm:19: error: instruction expected, found `is a'
|
||
./travis/test/br3392531.asm:20: error: `%1': not in a macro call
|
||
./travis/test/br3392531.asm:20: error: label, instruction or prefix expected at start of line, found `>'
|
||
./travis/test/br3392531.asm:21: error: label, instruction or prefix expected at start of line, found `1'
|
||
./travis/test/br3392531.asm:8: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:21: error: instruction expected, found `J /'
|
||
./travis/test/br3392531.asm:9: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:21: error: label, instruction or prefix expected at start of line, found `?'
|
||
./travis/test/br3392531.asm:10: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:21: error: invalid macro parameter: `%4stru@namB'
|
||
./travis/test/br3392531.asm:11: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:21: error: instruction expected, found `gesb &'
|
||
./travis/test/br3392531.asm:11: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:21: error: `%unmacro' expects a parameter count
|
||
./travis/test/br3392531.asm:12: ... from macro `section' defined here
|
||
./travis/test/br3392531.asm:22: error: instruction expected, found `epush pOo'
|