mirror of
https://github.com/cc65/cc65.git
synced 2025-03-04 00:30:35 +00:00
small optimization
This commit is contained in:
parent
8c01557fe1
commit
ef1e96aff0
@ -23,8 +23,7 @@ initirq:
|
||||
lda #7
|
||||
ldy #<IRQStub
|
||||
ldx #>IRQStub
|
||||
jsr SETVBV
|
||||
rts
|
||||
jmp SETVBV
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
||||
@ -34,8 +33,7 @@ doneirq:
|
||||
lda #7
|
||||
ldy IRQInd+1
|
||||
ldx IRQInd+2
|
||||
jsr SETVBV
|
||||
rts
|
||||
jmp SETVBV
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user