mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
15 lines
253 B
ArmAsm
15 lines
253 B
ArmAsm
;
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
;
|
|
; 30.10.99
|
|
|
|
; void InitForIO (void);
|
|
; void DoneWithIO (void);
|
|
|
|
.export _InitForIO, _DoneWithIO
|
|
|
|
.include "jumptab.inc"
|
|
|
|
_InitForIO = InitForIO
|
|
|
|
_DoneWithIO = DoneWithIO |