aboutsummaryrefslogtreecommitdiff
path: root/conio/gotoy.s
diff options
context:
space:
mode:
Diffstat (limited to 'conio/gotoy.s')
-rw-r--r--conio/gotoy.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/conio/gotoy.s b/conio/gotoy.s
new file mode 100644
index 0000000..1e2479a
--- /dev/null
+++ b/conio/gotoy.s
@@ -0,0 +1,12 @@
+;
+; Christian Groessler, 19-Feb-2000
+;
+; void gotoy (unsigned char y);
+;
+
+ .include "atari.inc"
+ .export _gotoy
+
+_gotoy:
+ sta ROWCRS ; Set Y
+ rts