]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_chkin.s
Merge remote-tracking branch 'upstream/master' into soft80
[cc65] / libsrc / cbm / c_chkin.s
index 4565e6fb9f125450657523521f76cad0f1454ff6..4ed8c1bff8c50bba4616fdf146023d0bdff8783b 100644 (file)
@@ -4,14 +4,14 @@
 ; unsigned char __fastcall__ cbm_k_chkin (unsigned char FN);
 ;
 
-               .export         _cbm_k_chkin
+        .export         _cbm_k_chkin
         .import         CHKIN
 
 _cbm_k_chkin:
-       tax
-               jsr     CHKIN
-       ldx     #0              ; Clear high byte
-       bcs     @NotOk
+        tax
+        jsr     CHKIN
+        ldx     #0              ; Clear high byte
+        bcs     @NotOk
         txa
-@NotOk:        rts
+@NotOk: rts