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 92e29121d3 missing _exit import
git-svn-id: svn://svn.cc65.org/cc65/trunk@2062 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-04-17 10:08:01 +00:00

15 lines
196 B
ArmAsm

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