]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_close.s
Added the IRQ entry
[cc65] / libsrc / cbm / c_close.s
index e2a559cc4033dc7beafc2090ecf7a2e0a7617da7..5a99f50570bf32b33ba7f7fed2bdafce583c1740 100644 (file)
@@ -4,12 +4,11 @@
 ; void __fastcall__ cbm_k_close (unsigned char FN);
 ;
 
-               .include        "cbm.inc"
-
                .export         _cbm_k_close
+        .import         CLOSE
 
 _cbm_k_close:
-               clc
+               clc                  
                jmp     CLOSE