Files
rgbds/test/asm/invalid-utf-8.asm
Rangi 4d21588eb2 Make invalid UTF-8 characters in strings non-fatal
STRLEN and STRSUB report the erroneous bytes

Fixes #848
2021-04-22 09:59:02 +02:00

7 lines
142 B
NASM

; This test tries to pass invalid UTF-8 through a macro argument
; to exercise the lexer's unknown character reporting
m:MACRO
\1
ENDM
m ÏÓ