]> git.sur5r.net Git - cc65/commitdiff
Last push for tonight :)
authorjede <jede@oric.org>
Wed, 1 Feb 2017 23:11:11 +0000 (00:11 +0100)
committerjede <jede@oric.org>
Wed, 1 Feb 2017 23:11:11 +0000 (00:11 +0100)
libsrc/telestrat/open.s
libsrc/telestrat/read.s
libsrc/telestrat/write.s

index b3b390003222c9cfc9e970ee991bddad48c4ec18..8e94de311e4889c48887ff375cf4be44e640ac8b 100644 (file)
@@ -1,6 +1,8 @@
-    .export         _open
-    .import         addysp,popax
-    .importzp      sp,tmp2,tmp3,tmp1
+    .export    _open
+       
+    .import    addysp,popax
+       
+    .importzp  sp,tmp2,tmp3,tmp1
        
        
     .include   "telestrat.inc"
     dey                     ; ...checked (it generates a c compiler warning)
     dey
     dey
-    beq        parmok          ; Branch if parameter count ok
-    jsr        addysp          ; Fix stack, throw away unused parameters
+    beq        parmok      ; Branch if parameter count ok
+    jsr        addysp      ; Fix stack, throw away unused parameters
 
 ; Parameters ok. Pop the flags and save them into tmp3
 
-parmok: jsr            popax           ; Get flagss
-    sta                        tmp3 ; save flags
+parmok:
+    jsr         popax       ; Get flagss
+    sta         tmp3        ; save flags
 ; Get the filename from stack and parse it. Bail out if is not ok
-    jsr        popax   ; Get name
-    ldy                tmp3    ; Get flags again
-    BRK_TELEMON XOPEN  ; launch primitive ROM
+    jsr        popax       ; Get name
+    ldy                tmp3        ; Get flags again
+    BRK_TELEMON XOPEN      ; launch primitive ROM
     rts
 .endproc
                
index 85a6132ebd85843cca2d501c094715caefd75667..75766cda22e44a5f7bc5efee99cdc9f824010f10 100644 (file)
@@ -2,8 +2,6 @@
 ; jede jede@oric.org 2017-01-22
 ;
 
-
-    .FEATURE        c_comments,labels_without_colons,pc_assignment, loose_char_term
     .export         _read
 
     .import         popax
@@ -11,7 +9,7 @@
     .include        "zeropage.inc"
     .include        "telestrat.inc"
                
-;              int read (int fd, void* buf, unsigned count);
+;int read (int fd, void* buf, unsigned count);
 
 .proc   _read
     sta     ptr1 ; count
index 278c28c83c03540a8585938b864aa82393b79287..1d269887de36de891a0f15fb355597f71efbc838 100644 (file)
@@ -59,7 +59,7 @@ L2:     ldy     #0
 
         ldx     #$0D
 L3:     
-               BRK_TELEMON  XWR0  ; Macro
+        BRK_TELEMON  XWR0  ; Macro
 
         inc     ptr1
         bne     L1