From 3abf7993ce2d2deb1c0596f3404b2bfa27324564 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Feb 2016 23:47:59 -0500 Subject: make the cursor behave *much* better, via custom conio function --- conio/gotoy.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conio/gotoy.s (limited to 'conio/gotoy.s') 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 -- cgit v1.2.3