aboutsummaryrefslogtreecommitdiff
path: root/conio/wherey.s
diff options
context:
space:
mode:
Diffstat (limited to 'conio/wherey.s')
-rw-r--r--conio/wherey.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/conio/wherey.s b/conio/wherey.s
new file mode 100644
index 0000000..f391eec
--- /dev/null
+++ b/conio/wherey.s
@@ -0,0 +1,13 @@
+;
+; Carsten Strotmann, 30.12.2002
+;
+; unsigned char wherey (void);
+;
+
+ .export _wherey
+ .include "atari.inc"
+
+_wherey:
+ lda ROWCRS
+ ldx #0
+ rts