]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/wherey.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / apple2 / wherey.s
index 1ac7b6a757bf03afe6eef4e60598582131891ff3..daacaaba79d30841952f4c75240ddc154c600a07 100644 (file)
@@ -4,13 +4,13 @@
 ; unsigned char wherey (void);
 ;
 
-        .export                _wherey
+        .export         _wherey
 
-        .include       "apple2.inc"
+        .include        "apple2.inc"
 
 _wherey:
-        lda    CV
+        lda     CV
         sec
-        sbc    WNDTOP
+        sbc     WNDTOP
         ldx     #$00
         rts