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