mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
13 lines
182 B
ArmAsm
13 lines
182 B
ArmAsm
;
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
;
|
|
; 30.10.1999, 10.01.2003
|
|
|
|
; void MainLoop (void);
|
|
|
|
.export _MainLoop
|
|
|
|
.include "jumptab.inc"
|
|
|
|
_MainLoop = MainLoop
|