Remove dead label

This commit is contained in:
Lucas Scharenbroich 2023-03-09 00:26:31 -06:00
parent 39163ea786
commit 3a78398ea7
1 changed files with 1 additions and 1 deletions

View File

@ -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