home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a069
/
1.img
/
TRSOURCE.EXE
/
INT3.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Assembly Source File
|
1990-10-22
|
331 b
|
16 lines
; Function: INT3.ASM
;
; by Leonard Zerman
;
; Placed in the public domain by Tom Rettig Associates, 10/22/1990.
;---------------------------------------------------------------
INCLUDE EXTENDA.INC
CLpublic <INT3>
CLfunc void INT3
CLcode
INT 3
CLret
END