mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-05 14:04:35 +00:00
One byte saving for setting reg A to $FF in 6809 LZSA2 depacker
This commit is contained in:
parent
e397428c1f
commit
137c6201be
@ -74,7 +74,7 @@ lz2nolt ldb ,s ; get token again, don't pop it from the stack
|
||||
|
||||
rolb ; shift Z flag from carry into bit 0 of B
|
||||
eorb #$e1 ; set bits 5-7 of offset, reverse bit 0
|
||||
lda #$ff ; set bits 8-15 of offset
|
||||
sex ; set bits 8-15 of offset to $FF
|
||||
bra lz2gotof
|
||||
|
||||
lz2offs9 clra ; clear A (to prepare for high 8 bits of offset)
|
||||
|
Loading…
Reference in New Issue
Block a user