mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-13 21:30:38 +00:00
shave some bytes
This commit is contained in:
parent
98f5b14f1a
commit
4c2ac4453d
@ -131,9 +131,9 @@ hgrlo = $300 ; [$C0 bytes]
|
||||
ldy #o_rightmask
|
||||
sta (o_dst), y
|
||||
|
||||
ldx stage
|
||||
lda CopyFlags, x
|
||||
bne +
|
||||
lda stage
|
||||
cmp #7
|
||||
bcs +
|
||||
|
||||
lda #$A9 ; LDA #$44 opcode
|
||||
ldy #m_lda
|
||||
@ -488,9 +488,6 @@ RightMasks
|
||||
!byte %10010000
|
||||
!byte %10100000
|
||||
!byte %11000000
|
||||
CopyFlags
|
||||
!byte 0,0,0,0,0,0,0
|
||||
!byte 1,1,1,1,1,1,1
|
||||
MiddleBits
|
||||
!byte m_bit1, m_bit2, m_bit3, m_bit4, m_bit4, m_bit4
|
||||
OuterBits
|
||||
|
Loading…
x
Reference in New Issue
Block a user