]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_close.s
Added the IRQ entry
[cc65] / libsrc / cbm / c_close.s
index 72cbded777531e5d1e85af57fd32f54aba13bf8e..5a99f50570bf32b33ba7f7fed2bdafce583c1740 100644 (file)
@@ -1,15 +1,14 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_close (unsigned char FN);
+; void __fastcall__ cbm_k_close (unsigned char FN);
 ;
 
-               .include        "cbm.inc"
+               .export         _cbm_k_close
+        .import         CLOSE
 
-               .export         _cbm_close
-
-_cbm_close:
-               clc
+_cbm_k_close:
+               clc                  
                jmp     CLOSE