home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
LIBC
/
LIBC-4.6
/
LIBC-4
/
libc-linux
/
sbin
/
lib
/
m68k
/
crt
/
crt0.S
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-24
|
160 b
|
14 lines
.text
__entry:
movel sp@(8),d0
movel d0,___environ
jbsr _main
/*
* We use trap #0 for __exit().
*/
movel d0,d1
done:
moveq #1,d0
trap #0
bras done