home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d01xx
/
d0151.lha
/
Pcopy
/
compile.doc
< prev
next >
Wrap
Text File
|
1987-06-15
|
797b
|
23 lines
The compiler I used was Lattice 4.00. Because there are two
data area's (FAST and CHIP), the particular compiler switches
are given below.
Source LC1 LC2
pcopy.c -b1 -cc -v
pc1.c -b1 -cc -v
fast.c -b1 -cc
chip.c -b0 -cc -cd
I think Lattice made their C system rather complicated. I am
familiar with assembly, so I could understand the idea's behind
the base-register. Otherwise I doubt I would have found how to
use chip and fast memory in one module.
The object-directory was made available under the name "objs:"
and the library-dir under "lbs:". These names are used in the
.w file.