mirror of
https://github.com/cc65/cc65.git
synced 2025-01-20 09:31:48 +00:00
use jmp instead of jsr/rts
This commit is contained in:
parent
6671a92a8e
commit
47366cbbf6
@ -161,8 +161,8 @@ umula0:
|
|||||||
|
|
||||||
jsr mono_gotoy
|
jsr mono_gotoy
|
||||||
jsr popa
|
jsr popa
|
||||||
jsr mono_gotox
|
jmp mono_gotox
|
||||||
rts
|
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.proc mono_gotoxy
|
.proc mono_gotoxy
|
||||||
@ -197,8 +197,8 @@ umula0:
|
|||||||
.segment "ONCE"
|
.segment "ONCE"
|
||||||
mono_init_cursor:
|
mono_init_cursor:
|
||||||
lda #0
|
lda #0
|
||||||
jsr calccursorzone
|
jmp calccursorzone
|
||||||
rts
|
|
||||||
|
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
; force the init constructor to be imported
|
; force the init constructor to be imported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user