mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 13:02:07 +00:00
Fix error messages in sym_GetConstantValue
This commit is contained in:
@@ -18,3 +18,4 @@ PRINTT "{X:S}\n"
|
||||
SECTION "Test", ROM0
|
||||
Label:
|
||||
PRINTT "{x:Label}\n"
|
||||
PRINTT "{x:@}\n"
|
||||
|
||||
@@ -2,3 +2,6 @@ ERROR: bracketed-symbols.asm(16):
|
||||
Print types are only allowed for numbers
|
||||
ERROR: bracketed-symbols.asm(20):
|
||||
"Label" does not have a constant value
|
||||
ERROR: bracketed-symbols.asm(21):
|
||||
Expected constant PC but section is not fixed
|
||||
error: Assembly aborted (3 errors)!
|
||||
|
||||
@@ -6,3 +6,5 @@ $2A
|
||||
10100111001
|
||||
0
|
||||
You can't format me!
|
||||
0
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user