1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00
cc65/libsrc/pce/gotox.s
2020-07-15 00:17:11 +02:00

15 lines
289 B
ArmAsm

;
; 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