mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
6 lines
194 B
NASM
6 lines
194 B
NASM
; Macro invocations not followed by a newline may scan an EOF;
|
|
; If this is the case, it shouldn't cause the parse to end before the macro is expanded
|
|
macro mac
|
|
PRINTLN "Hi beautiful"
|
|
endm
|
|
mac |