mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
12 lines
204 B
ArmAsm
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
|