Files
rgbds/test/asm/garbage_char.err
Rangi ab79e6bede Change how print(c) formats reported characters
Printable ASCII becomes single-quoted, using backslash
escapes if necessary. Unprintable characters use 0xNN
formatting, without quotes.
2021-04-13 17:41:12 +02:00

4 lines
90 B
Plaintext

ERROR: garbage_char.asm(1):
Unknown character 0xFF
error: Assembly aborted (1 error)!