mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
18 lines
986 B
Plaintext
18 lines
986 B
Plaintext
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(25):
|
|
syntax error, unexpected local identifier, expecting identifier
|
|
while expanding symbol "VAR_DEF"
|
|
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(26):
|
|
syntax error, unexpected local identifier, expecting identifier
|
|
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(29):
|
|
Interpolated symbol "sizeof_.something" does not exist
|
|
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(25):
|
|
syntax error, unexpected label, expecting identifier
|
|
while expanding symbol "VAR_DEF"
|
|
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(26):
|
|
syntax error, unexpected label, expecting identifier
|
|
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(29):
|
|
Invalid format spec 'sizeof_'
|
|
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(29):
|
|
Interpolated symbol "something" does not exist
|
|
error: Assembly aborted (7 errors)!
|