home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 351.lha / ontrap / ontrap.a < prev    next >
Encoding:
Text File  |  1990-02-28  |  229 b   |  16 lines

  1. * Use the following command line to make ontrap.o
  2. * asm -u -iINCLUDE: ontrap.a
  3. *
  4.     XDEF ontrap
  5.     XREF CXTRAP,_ONTRAP
  6.     csect text
  7. ontrap:
  8.     move.l    4(sp),d0
  9.     bne.s    1$
  10.     move.l    #CXTRAP,d0
  11. 1$:    move.l    d0,_ONTRAP
  12.     moveq    #0,d0
  13.     rts
  14.     END
  15.