shithub: rgbds

ref: fd4cec93cd5d50bb478655f488a0a8420f96fdd0
dir: /test/asm/line-continuation-rept.asm/

View raw version
m: MACRO
ENDM

REPT 1
	m
ENDR

REPT 1
	m \
ENDR