mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
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
|
|
Assembly aborted with 3 errors!
|