SDKZSPF LSI, SDKZSPF Datasheet - Page 89

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
4.1 Introduction
4.2 Assembly Language Syntax
Chapter 4
Assembler
This chapter describes the SDK Assembler. The chapter contains the
following major sections:
The SDK Assembler (sdas/zdas) is based on the GNU Assembler, AS,
from the Free Software Foundation. It is described in Using AS: The
GNU Assembler, by Dean Elsner, et. al., Free Software Foundation,
January 1994. The description of sdas/zdas in this chapter, for the most
part, includes only the differences from as. sdas is the assembler for the
ZSP400 architecture. zdas is the assembler for the ZSPG2 architecture.
In this chapter, unless otherwise noted, sdas refers to both the ZSP400
and ZSPG2 assemblers.
The assembler is invoked from the shell using the following command:
sdas processes an assembly source file with the .s file extension and
produces a relocatable object file in ELF format with the default file
extension .obj (Windows) or .o (UNIX).
The basic format of an SDK assembly language statement is:
[ label: ]
ZSP Software Development Kit User’s Guide
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
Section 4.1, “Introduction”
Section 4.2, “Assembly Language Syntax”
sdas [options] sourcefile
[ statement ] [ !comment ]
4-1