mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-25 20:32:25 +00:00
- Fix far call kernal servicing address! It was wrong! Now it's fixed!
(cherry picked from commit e9ddfaeb3ab519cd393f26ca30632c06c59de1fe)
This commit is contained in:
parent
2513e59266
commit
b650ba99a9
@ -1,4 +1,4 @@
|
||||
jsr $FFE6
|
||||
jsr $FF6E
|
||||
.byte <{la1}
|
||||
.byte >{la1}
|
||||
.byte {c1}
|
||||
|
@ -1,4 +1,4 @@
|
||||
jsr $FFE6
|
||||
jsr $FF6E
|
||||
.byte <{la1}
|
||||
.byte >{la1}
|
||||
.byte {c1}
|
||||
|
Loading…
Reference in New Issue
Block a user