SDKZSPF LSI, SDKZSPF Datasheet - Page 85

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
significantly moved should contain the keyword volatile following the
asm directive, as shown below.
asm volatile(“bits %smode, 7”);
The volatile keyword is implicit for inline assembly with no output
variables. Thus, the use of volatile in the above example is redundant.
3.11 Assembly Optimizer and Handwritten Assembly
The assembly optimizers can be used to automatically generate the
prologue and epilogue for an assembly function and then optimize the
entire function.
sdopt -asm assemblyfile
The output is placed in standard output. The assembly optimizers expect
input of the following format:
!PROLOGUE(<function name>)
<function body>
!EPILOGUE
Assembly Optimizer and Handwritten Assembly
3-31
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.