documentation updates, EnterDesktop() is equal to exit(0)

git-svn-id: svn://svn.cc65.org/cc65/trunk@2361 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-08-18 00:05:49 +00:00
parent 8426c00f11
commit f0e0c9007c
2 changed files with 33 additions and 22 deletions

View File

@@ -9,4 +9,7 @@
.import _exit
.export _EnterDeskTop
_EnterDeskTop = _exit
_EnterDeskTop:
lda #0
tax
jmp _exit