1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +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:
Flight_Control 2023-03-26 18:31:47 +02:00
parent 2513e59266
commit b650ba99a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
jsr $FFE6
jsr $FF6E
.byte <{la1}
.byte >{la1}
.byte {c1}

View File

@ -1,4 +1,4 @@
jsr $FFE6
jsr $FF6E
.byte <{la1}
.byte >{la1}
.byte {c1}