1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/pce/gotox.s

15 lines
289 B
ArmAsm
Raw Normal View History

2020-07-14 22:17:11 +00:00
;
; void __fastcall__ gotox (unsigned char x);
;
.export _gotox
.import plot
.include "pce.inc"
.include "extzp.inc"
_gotox:
sta CURS_X ; Set X
jmp plot ; Set the cursor position