mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Implement CHARVAL function (#1701)
This commit is contained in:
11
test/asm/charval.err
Normal file
11
test/asm/charval.err
Normal file
@@ -0,0 +1,11 @@
|
||||
error: charval.asm(19):
|
||||
CHARVAL: No character mapping for "abc"
|
||||
error: charval.asm(20):
|
||||
CHARVAL: No character mapping for "cd"
|
||||
error: charval.asm(21):
|
||||
CHARVAL: No character mapping for "xyz"
|
||||
warning: charval.asm(22): [-Wbuiltin-args]
|
||||
CHARVAL: Index starts at 0
|
||||
warning: charval.asm(23): [-Wbuiltin-args]
|
||||
CHARVAL: Index 10 is past the end of the character mapping
|
||||
error: Assembly aborted (3 errors)!
|
||||
Reference in New Issue
Block a user