mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Merge pull request #121 from groessler/something_to_pull
small optimization
This commit is contained in:
@@ -23,8 +23,7 @@ initirq:
|
|||||||
lda #7
|
lda #7
|
||||||
ldy #<IRQStub
|
ldy #<IRQStub
|
||||||
ldx #>IRQStub
|
ldx #>IRQStub
|
||||||
jsr SETVBV
|
jmp SETVBV
|
||||||
rts
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -34,8 +33,7 @@ doneirq:
|
|||||||
lda #7
|
lda #7
|
||||||
ldy IRQInd+1
|
ldy IRQInd+1
|
||||||
ldx IRQInd+2
|
ldx IRQInd+2
|
||||||
jsr SETVBV
|
jmp SETVBV
|
||||||
rts
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user