mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
11 lines
183 B
ArmAsm
11 lines
183 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 03.06.1999
|
|
;
|
|
; void __fastcall__ cbm_k_bsout (unsigned char C);
|
|
;
|
|
|
|
.export _cbm_k_bsout
|
|
.import BSOUT
|
|
|
|
_cbm_k_bsout = BSOUT
|