1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00
cc65/libsrc/atari5200/gotox.s

13 lines
206 B
ArmAsm
Raw Normal View History

2014-03-13 01:38:35 +00:00
;
; Christian Groessler, 13-Mar-2014
;
; void gotox (unsigned char x);
;
.include "atari5200.inc"
.export _gotox
_gotox:
sta COLCRS_5200 ; Set X
rts