1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-02 18:41:34 +00:00

Update ca65directive.s

This commit is contained in:
Carl-Henrik Skårstedt 2020-01-09 16:08:14 -08:00
parent 42c45b0fe9
commit 8425243ef6

View File

@ -2,6 +2,10 @@
.org $2000
.REPT 7
dc.b rept
.ENDR
zp_len_lo = $a7
zp_len_hi = $a8