mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +00:00
shave some bytes
This commit is contained in:
parent
4dca1fa863
commit
e897d88c26
@ -45,8 +45,8 @@ next txa
|
||||
bmi exit
|
||||
txa
|
||||
bne loop1
|
||||
exit lda $7C00 ; last lousy byte (because LFSR never hits 0)
|
||||
sta $0400
|
||||
exit lda (src+1), y ; last lousy byte (because LFSR never hits 0)
|
||||
sta (dst+1), y
|
||||
rts
|
||||
}
|
||||
end
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 10952947
|
||||
!be24 10952945
|
||||
!le16 448
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 10953395
|
||||
!be24 10953393
|
||||
!le16 303
|
||||
|
@ -5,4 +5,4 @@
|
||||
;
|
||||
!byte 0
|
||||
!be24 10952676
|
||||
!le16 70
|
||||
!le16 68
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 10952746
|
||||
!be24 10952744
|
||||
!le16 201
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 10953698
|
||||
!be24 10953696
|
||||
!le16 2370
|
||||
|
Loading…
Reference in New Issue
Block a user