]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/bitmapclip.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / bitmapclip.s
index 50e4e03b022b1bf4e0a60531c292310f0621f2ae..993af095dbd1700b5df7b9b99832ef8ce37a8fef 100644 (file)
@@ -3,22 +3,22 @@
 ;
 ; 21.12.99
 
-; void BitmapClip      (char skipl, char skipr, int skipy, struct iconpic *myGfx);
+; void BitmapClip       (char skipl, char skipr, int skipy, struct iconpic *myGfx);
 
-           .import popa, popax
-           .import BitmapRegs
-           .export _BitmapClip
+            .import popa, popax
+            .import BitmapRegs
+            .export _BitmapClip
 
-           .include "jumptab.inc"
-           .include "geossym.inc"
+            .include "jumptab.inc"
+            .include "geossym.inc"
 
 _BitmapClip:
-       jsr BitmapRegs
-       jsr popax
-       sta r12L
-       stx r12H
-       jsr popa
-       sta r11H
-       jsr popa
-       sta r11L
-       jmp BitmapClip
+        jsr BitmapRegs
+        jsr popax
+        sta r12L
+        stx r12H
+        jsr popa
+        sta r11H
+        jsr popa
+        sta r11L
+        jmp BitmapClip