]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/bitmapregs.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / bitmapregs.s
index 9ff45e8728da4d4682b55739b4335b06b156571a..0751c963d7ef81457488b7c242356fea99e0c634 100644 (file)
@@ -3,18 +3,18 @@
 ;
 ; 21.12.99
 
-           .importzp ptr4
-           .export BitmapRegs
+            .importzp ptr4
+            .export BitmapRegs
 
-           .include "geossym.inc"
+            .include "geossym.inc"
 
-BitmapRegs:                    ; a/x is a struct iconpic*
-       sta ptr4
-       stx ptr4+1
-       ldy #0
-bmpLp: lda (ptr4),y
-       sta r0L,y
-       iny
-       cpy #6
-       bne bmpLp
-       rts
+BitmapRegs:                     ; a/x is a struct iconpic*
+        sta ptr4
+        stx ptr4+1
+        ldy #0
+bmpLp:  lda (ptr4),y
+        sta r0L,y
+        iny
+        cpy #6
+        bne bmpLp
+        rts