Removed .import for std kernal entries. Added .include "cbm.inc"

This commit is contained in:
Olli Savia
2018-07-03 22:47:42 +03:00
parent 032a3877e0
commit f7636fe8f2
34 changed files with 38 additions and 74 deletions

View File

@@ -4,10 +4,10 @@
; void __fastcall__ cbm_k_setnam (const char* Name);
;
.include "cbm.inc"
.export _cbm_k_setnam
.import SETNAM
.importzp ptr1
_cbm_k_setnam:
sta ptr1 ; Store pointer to file name
@@ -21,4 +21,3 @@ _cbm_k_setnam:
ldx ptr1
ldy ptr1+1
jmp SETNAM