Updated cx16 to match the Commander X16 ROMs and emulator, release 34.
This commit is contained in:
13
libsrc/cx16/gotox.s
Normal file
13
libsrc/cx16/gotox.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; 2019-11-06, Greg King
|
||||
;
|
||||
; void fastcall gotox (unsigned char x);
|
||||
;
|
||||
|
||||
.export _gotox
|
||||
|
||||
.import plot
|
||||
.include "cx16.inc"
|
||||
|
||||
_gotox: sta CURS_X ; Set new position
|
||||
jmp plot ; And activate it
|
||||
Reference in New Issue
Block a user