]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_setlfs.s
Used longer error text.
[cc65] / libsrc / cbm / c_setlfs.s
index 5277cf453b798e5cb9e89f0e1ecbaf09e4e6abbd..00ebfae7adb40b5b7df2e244b8e4f0775e221c7c 100644 (file)
@@ -2,22 +2,22 @@
 ; Ullrich von Bassewitz, 03.06.1999
 ;
 ; void __fastcall__ cbm_k_setlfs (unsigned char LFN,
-;                                unsigned char DEV,
-;                                unsigned char SA);
+;                                 unsigned char DEV,
+;                                 unsigned char SA);
 ;
 
-               .export         _cbm_k_setlfs
+        .export         _cbm_k_setlfs
         .import         SETLFS
-       .import         popa
-       .importzp       tmp1
+        .import         popa
+        .importzp       tmp1
                               
 
 _cbm_k_setlfs:
-       sta     tmp1            ; Save SA
-       jsr     popa            ; Get DEV
-       tax
-       jsr     popa            ; Get LFN
-       ldy     tmp1            ; Get SA
-       jmp     SETLFS
+        sta     tmp1            ; Save SA
+        jsr     popa            ; Get DEV
+        tax
+        jsr     popa            ; Get LFN
+        ldy     tmp1            ; Get SA
+        jmp     SETLFS