Files
rgbds/test/asm/rept-line-no.asm
2019-12-12 23:46:16 +01:00

9 lines
60 B
NASM

WARN "Line 2"
REPT 3
WARN "Line 5"
ENDR
WARN "Line 8"