mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
use jmp instead of jsr/rts
This commit is contained in:
parent
d8b8368e4e
commit
7f9909ef81
@ -161,8 +161,8 @@ umula0:
|
||||
|
||||
jsr mono_gotoy
|
||||
jsr popa
|
||||
jsr mono_gotox
|
||||
rts
|
||||
jmp mono_gotox
|
||||
|
||||
.endproc
|
||||
|
||||
.proc mono_gotoxy
|
||||
@ -197,8 +197,8 @@ umula0:
|
||||
.segment "ONCE"
|
||||
mono_init_cursor:
|
||||
lda #0
|
||||
jsr calccursorzone
|
||||
rts
|
||||
jmp calccursorzone
|
||||
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
; force the init constructor to be imported
|
||||
|
Loading…
Reference in New Issue
Block a user