]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari5200/gotoxy.s
Fix coding style.
[cc65] / libsrc / atari5200 / gotoxy.s
index a4b7c61d041df27068f6be31f8fa57d39e4d17ba..24e2c2e35ab0edb40111e2d720f3934b707f708a 100644 (file)
@@ -6,10 +6,13 @@
 
         .include "atari5200.inc"
 
-        .export         _gotoxy
+        .export         gotoxy, _gotoxy
         .import         popa
         .import         setcursor
 
+gotoxy:
+        jsr     popa            ; Get Y
+
 _gotoxy:                        ; Set the cursor position
         sta     ROWCRS_5200     ; Set Y
         jsr     popa            ; Get X