1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-07 11:29:03 +00:00
cc65/libsrc/geos/system/enterdesktop.s
izydorst 0adb78d8b7 EnterDeskTop rerouted to _exit so donelib will always be called
git-svn-id: svn://svn.cc65.org/cc65/trunk@2061 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-04-17 10:06:58 +00:00

14 lines
177 B
ArmAsm

;
; Maciej 'YTM/Elysium' Witkowiak
;
; 30.10.99, 17.04.2003
; void EnterDeskTop (void);
.export _EnterDeskTop
.include "../inc/jumptab.inc"
_EnterDeskTop = _exit