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