1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 19:42:23 +00:00
cc65/libsrc/pce/gotoy.s

15 lines
289 B
ArmAsm
Raw Permalink Normal View History

2020-07-14 22:17:11 +00:00
;
; void __fastcall__ gotoy (unsigned char y);
;
.export _gotoy
.import plot
.include "pce.inc"
.include "extzp.inc"
_gotoy:
sta CURS_Y ; Set Y
jmp plot ; Set the cursor position