1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00
cc65/libsrc/telestrat/bordercolor.s

15 lines
247 B
ArmAsm
Raw Normal View History

2021-03-01 21:36:09 +00:00
;
; Ullrich von Bassewitz, 06.08.1998
;
; unsigned char __fastcall__ bordercolor (unsigned char color);
;
.export _bordercolor
2021-03-06 20:40:26 +00:00
.import return0
2021-03-01 21:36:09 +00:00
.include "telestrat.inc"
_bordercolor := return0
2021-03-01 22:21:58 +00:00