1
2This is a simple assember and linker for 8086 - 80386 machine code.
3There have been a large number of changes since bin86-0.4 so I strongly
4suggest you read the manpages.
5
6To install:
7   make PREFIX=/usr install
8or
9   make PREFIX=/usr/local install
10
11This version has been tested under Linux, older versions were also tested
12and working under SunOS and AIX.
13
14-------------
15
16This is based on the as86 and ld86 distribution written by Bruce Evans.
17Bruce has released this under the GPL and the changes I've made are
18also under the same license
19
20The BCC components that were distributed in this package are now in
21the dev86 package along with a working C compiler and libc for 8086
22ELKS, DOS and standalone code.
23
24The most recent address I have for Bruce is <bde@FreeBSD.org>
25
26Robert de Bath		<rdebath@poboxes.com>
271998/7/31
28