Removed .import for std kernal entries. Added .include "cbm.inc"
This commit is contained in:
@@ -4,11 +4,9 @@
|
||||
; void __fastcall__ cbm_k_close (unsigned char FN);
|
||||
;
|
||||
|
||||
.include "cbm.inc"
|
||||
.export _cbm_k_close
|
||||
.import CLOSE
|
||||
|
||||
_cbm_k_close:
|
||||
clc
|
||||
clc
|
||||
jmp CLOSE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user