mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2026-04-25 05:32:50 +00:00
Remove dead label
This commit is contained in:
@@ -94,7 +94,7 @@ entry_jmp jmp $0100
|
||||
; update the low-byte of the address, the means it takes only
|
||||
; 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
|
||||
|
||||
xba ; fast code for PEA
|
||||
|
||||
Reference in New Issue
Block a user