Posts Tagged ‘as’

cpp – The C Preprocessor
USAGE
cpp [-Dmacro[=defn]…] [-Umacro]
[-Idir...] [-Wwarn...]
[-M│-MM] [-MG] [-MF filename]
[-MP] [-MQ target...] [-MT target...]
[...]

Wednesday, August 26th, 2009 at 23:55 | Comments Off
Categories: c
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

AS – the portable GNU assembler.
USAGE
as [-a[cdhlns][=file]] [-D] [--defsym sym=val]
[-f] [--gstabs] [--gdwarf2] [--help] [-I dir]
[-J] [-K] [-L]
[--listing-lhs-width=NUM] [--listing-lhs-width2=NUM]
[...]

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