diff --git a/test/ca65directive.s b/test/ca65directive.s index 6d3974e..41c38be 100644 --- a/test/ca65directive.s +++ b/test/ca65directive.s @@ -2,6 +2,10 @@ .org $2000 +.REPT 7 + dc.b rept +.ENDR + zp_len_lo = $a7 zp_len_hi = $a8