SDKZSPF LSI, SDKZSPF Datasheet - Page 91

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
4.2.1 Assembler Options
Please refer to Using AS: The GNU Assembler for a full description of
all options available to the assembler. A few of the more frequently-used
options as well as the options specific for the SDK are described
following.
Suppress warnings (-W) –
This option prevents warnings from the assembler from being displayed
on the screen.
Output file (-o) –
Using -o objfile assembles the output into the object file specified. If
you do not use the -o option, the resulting object file is named a.out by
default.
Include path (-I) –
The -I dir option is used to add the specified directory to the search
list used by .include directives.
Debugging Option (-dbg) –
The -dbg option adds debugging information to the executable file, which
allows you to debug the source file rather than the disassembled text.
The usage is:
sdas -dbg test.s
where test.s is the name of the assembly file.
ELF Flag (--defsym g1g2=1) –
This option is only available for zdas. When this option is used, the
resulting object file has an ELF flag of 0x1000.0000, the flag setting for
G1G2 programs. If this option is not set, the resulting object file has an
ELF flag of 0x2000.0000, the flag setting for ZSPG2 programs.
Assembly Language Syntax
4-3
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.