mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
142 B
NASM
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 ÏÓ
|