1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 16:29:09 +00:00
cc65/libsrc/geos/system/mainloop.s
izydorst 2c56da70fe reverted last change, it was nonsense considering how functions are called
git-svn-id: svn://svn.cc65.org/cc65/trunk@2392 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-20 12:19:59 +00:00

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