Posts Tagged ‘as86’

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: , , ,

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