1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 23:29:41 +00:00
cc65/libsrc/geos-common/system/enterdesktop.s
ol.sc 5149fea3e1 Normalized coding style.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5500 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-08 16:56:54 +00:00

15 lines
176 B
ArmAsm

;
; Maciej 'YTM/Elysium' Witkowiak
;
; 30.10.99, 17.04.2003
; void EnterDeskTop (void);
.import _exit
.export _EnterDeskTop
_EnterDeskTop:
lda #0
tax
jmp _exit