Split files

This commit is contained in:
Karri Kaksonen
2022-04-16 19:15:19 +03:00
parent 81e804ed7f
commit cdc6e1c61f
3 changed files with 181 additions and 197 deletions

View File

@@ -5,14 +5,15 @@
;
.export _wherex
.import CURS_X
.import CURS_X
;-----------------------------------------------------------------------------
; Get cursor X position
;
.proc _wherex
.proc _wherex
lda CURS_X
rts
.endproc
ldx #0
lda CURS_X
rts
.endproc