Split files
This commit is contained in:
18
libsrc/atari7800/wherex.s
Normal file
18
libsrc/atari7800/wherex.s
Normal file
@@ -0,0 +1,18 @@
|
||||
;
|
||||
; 2022-04-16, Karri Kaksonen
|
||||
;
|
||||
; unsigned char wherex()
|
||||
;
|
||||
|
||||
.export _wherex
|
||||
.import CURS_X
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
; Get cursor X position
|
||||
;
|
||||
.proc _wherex
|
||||
|
||||
lda CURS_X
|
||||
rts
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user