1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 07:29:05 +00:00
cc65/libsrc/geos/system/mainloop.s
izydorst c094dc65c1 GEOS no longer requires explicit exit() call, now explicit MainLoop() is required
git-svn-id: svn://svn.cc65.org/cc65/trunk@1898 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-01-10 20:57:46 +00:00

15 lines
178 B
ArmAsm

;
; Maciej 'YTM/Elysium' Witkowiak
;
; 30.10.1999, 10.01.2003
; void MainLoop (void);
.export _MainLoop
.include "../inc/jumptab.inc"
_MainLoop:
jmp MainLoop