1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-20 09:29:12 +00:00
cc65/libsrc/telestrat/textcolor.s
2019-07-21 14:11:51 -04:00

12 lines
204 B
ArmAsm

; 2019-07-02, Jede (jede@oric.org)
;
.export _textcolor
.import CHARCOLOR
.include "telestrat.inc"
.proc _textcolor
sta CHARCOLOR
rts
.endproc