Bin86
From CBLFS
Jump to navigationJump to searchDownload Source: | http://rdebath.nfshost.com/dev86/bin86-0.16.19.tar.gz |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/bin86/bin86-0.16.19-x86_64-1.patch |
Contents
Introduction to Bin86
The package contains a simple assember and linker for 8086 - 80386 machine code.
Project Homepage: http://freshmeat.net/projects/bin86/
Dependencies
Required
Optional
Non-Multilib
Apply the patch:
patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
Compile the package:
make
Install the package:
make PREFIX=/usr install
Multilib
This package does not provide any external libraries so only one installation is needed.
32Bit
Apply the patch:
patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
Compile the package:
make
Install the package:
make PREFIX=/usr install
N32
To be done
64Bit
Apply the patch:
patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
Compile the package:
make
Install the package:
make PREFIX=/usr install
Contents
Installed Programs: | as86, ld86, nm86, objdump86, size86 |
---|---|
Installed Libraries: | none |
Installed Directories: | none |
Short Descriptions
as86 | An 8086 assembler |
---|---|
ld86 | A linker for the object files produced by as86 |
nm86 | Symbolic link to objdump86 |
objdump86 | A utility to examine and report on the output from as86 and ld86 |
size86 | Symbolic link to objdump86 |