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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-06
|
174 b
|
14 lines
*
* Use the following command line to make trapcode.o
* asm -u -iINCLUDE: trapcode.a
*
XDEF trapcode
XREF _TRAPCODE
csect text
trapcode:
move.l _TRAPCODE,d0
rts
END