mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-16 10:32:20 +00:00
Remove dead label
This commit is contained in:
parent
39163ea786
commit
3a78398ea7
@ -94,7 +94,7 @@ entry_jmp jmp $0100
|
|||||||
; update the low-byte of the address, the means it takes only
|
; update the low-byte of the address, the means it takes only
|
||||||
; an amortized 4-cycles per line to set the entry point break
|
; an amortized 4-cycles per line to set the entry point break
|
||||||
|
|
||||||
right_odd bit #$000B ; Check the bottom nibble to quickly identify a PEA instruction
|
bit #$000B ; Check the bottom nibble to quickly identify a PEA instruction
|
||||||
bne r_is_not_pea ; This costs 5 cycles in the fast-path
|
bne r_is_not_pea ; This costs 5 cycles in the fast-path
|
||||||
|
|
||||||
xba ; fast code for PEA
|
xba ; fast code for PEA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user