home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
MISC
/
REC.ZIP
/
REC87.ASM
< 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
Assembly Source File
|
1986-02-07
|
384 b
|
17 lines
code segment
cgr group code
dgroup group pdlist
sgr group stack
assume cs:code,ds:pdlist,ss:stack
.xlist
include pdl86f.asm
include flt87.asm
include ath87.asm
include mkv86f.asm
include lib86f.asm
include rec86fa.asm
include fxt87.asm
end