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:
Text File  |  1994-01-24  |  160 b   |  14 lines

  1.     .text
  2. __entry:
  3.     movel sp@(8),d0
  4.     movel d0,___environ
  5.     jbsr  _main
  6. /*
  7.  *    We use trap #0 for __exit().
  8.  */
  9.     movel d0,d1
  10. done:
  11.     moveq #1,d0
  12.     trap  #0
  13.     bras  done
  14.