mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 13:32:08 +00:00
Due to recent changes, lots of tests generated a slightly different error output. - bank-noexist : This test doesn't generate any error output now as unknown labels are left for the linker to resolve. - null-in-macro : This test used to crash. Now, the parser verifies that a MACRO ends in ENDM, generating an error message if not. Signed-off-by: AntonioND <antonio_nd@outlook.com>
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
ERROR: undefined-dot.asm(3):
|
|
'.' not defined
|
|
../../rgbasm: Assembly aborted in pass 2 (1 errors)!
|