Updated cx16 to match the Commander X16 ROMs and emulator, release 34.
This commit is contained in:
15
libsrc/cx16/wherex.s
Normal file
15
libsrc/cx16/wherex.s
Normal file
@@ -0,0 +1,15 @@
|
||||
;
|
||||
; 2019-11-06, Greg King
|
||||
;
|
||||
; unsigned char wherex (void);
|
||||
;
|
||||
|
||||
.export _wherex
|
||||
|
||||
.include "cx16.inc"
|
||||
|
||||
.proc _wherex
|
||||
lda CURS_X
|
||||
ldx #>$0000
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user