home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 493.lha / OnTrap / trapcode.a < prev    next >
Encoding:
Text File  |  1991-04-06  |  174 b   |  14 lines

  1. * Use the following command line to make trapcode.o
  2. * asm -u -iINCLUDE: trapcode.a
  3. *
  4.     XDEF trapcode
  5.     XREF _TRAPCODE
  6.  
  7.     csect text
  8.  
  9. trapcode:
  10.     move.l    _TRAPCODE,d0
  11.     rts
  12.     END
  13.