mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-27 12:30:30 +00:00
shave some bytes
This commit is contained in:
parent
a249b986e9
commit
d4b23d2084
@ -6,7 +6,7 @@
|
||||
*=$6000
|
||||
|
||||
addrs = $6100 ; [256 bytes, page-aligned]
|
||||
copymasks = $6200 ; [128 bytes, should not cross page boundary]
|
||||
copymasks = $80 ; [128 bytes, should not cross page boundary]
|
||||
|
||||
ldx #(end-start) ; copy LFSR code to zero page
|
||||
- lda start-1, x
|
||||
|
Loading…
Reference in New Issue
Block a user