home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d110
/
disk110.lha
/
Contents
< prev
next >
Wrap
Text File
|
1987-10-28
|
1KB
|
29 lines
This is disk 110 of the freely distributable AMIGA software library.
Below is a listing of the significant directories and their contents.
A68k A 68000 assembler originally written in Modula-2 in
1985 and converted to C by Charlie Gibb in 1987. Has
been converted to accept metacomco-compatible assembler
source code and to generate Amiga objects. Includes source.
Author: Brian Anderson; C translation and Amiga work
done by Charlie Gibb
Pdc An optimizing C compiler for the 68000 processor. This
is an update to the version first released on disk 53,
though apparently not based on the code from that disk.
Major porting work was done by Jeff Lydiatt to get it to
the point where it would compile and execute simple programs
on the Amiga. This version now generates metacomco-
compatible assembler source code, which can be assembled by
the assembler also provided on this disk and then linked by
the freely redistributable linker "blink" (also provided).
Includes all compiler source and some library and startup
source code. Requires amiga.lib from developers kit to
generate complete running example executables.
Author: Matthew Brandt; major porting work by Jeff Lydiatt