Posts Tagged ‘bcc’

elksemu – Embedded Linux Kernel Subset emulator
USAGE
/lib/elksemu program [arguments]

DESCRIPTION
Elksemu is a program that allows 8086 ELKS programs to be run under
Linux-i386. These programs can be compiled using the bcc(1) C [...]

Friday, August 28th, 2009 at 21:42 | Comments Off
Categories: E
Tags: , , ,

bcc – Bruce’s C compiler
USAGE
bcc [-03EGNOPSVcegvwxW] [-Aas_option] [-Bexecutable_prefix] [-Ddefine]
[-Uundef] [-Mc_mode] [-o outfile] [-ansi] [-Ccc1_option]
[-Iinclude_dir] [-Lld_option] [-Ttmpdir] [-Qc386_option] [-ttext_segno]
[...]

Wednesday, August 26th, 2009 at 02:33 | Comments Off
Categories: B
Tags: ,

as86 – Assembler for 8086..80386 processors
USAGE
as86 [-0123agjuw] [-lm[list]] [-n name] [-o obj] [-b[bin]] [-s sym]
[-t textseg] src

as86_encap prog.s prog.v [prefix_] [as86 options]

DESCRIPTION
as86 is [...]

Tuesday, August 25th, 2009 at 22:35 | Comments Off
Categories: A
TOP