mirror of
https://github.com/cc65/cc65.git
synced 2025-02-10 09:31:08 +00:00
14 lines
170 B
ArmAsm
14 lines
170 B
ArmAsm
|
|
;
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
;
|
|
; 30.10.1999, 10.01.2003
|
|
|
|
; void MainLoop (void);
|
|
|
|
.export _MainLoop
|
|
|
|
.include "../inc/jumptab.inc"
|
|
|
|
_MainLoop = MainLoop
|