]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/call.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / call.s
index 0600177cdc5dcf62905c85cf4066e5ee8f1aa717..d95b69a73f8d7cbee9020925105d9ea50424cb8e 100644 (file)
@@ -4,10 +4,10 @@
 ; CC65 runtime: call function via pointer in ax
 ;
 
-       .export         callax
-       .importzp       ptr1
+        .export         callax
+        .importzp       ptr1
 
-callax:        sta     ptr1
-       stx     ptr1+1
-       jmp     (ptr1)          ; jump there
+callax: sta     ptr1
+        stx     ptr1+1
+        jmp     (ptr1)          ; jump there