cc65/libsrc/atari5200/gotoy.s

13 lines
206 B
ArmAsm

;
; Christian Groessler, 13-Mar-2014
;
; void gotoy (unsigned char y);
;
.include "atari5200.inc"
.export _gotoy
_gotoy:
sta ROWCRS_5200 ; Set Y
rts