Section 3: Assembler
195
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.org — Begin an Absolute Data-type Section
Syntax
.org
address
Description
address
Specifies the base address of the section. It is an absolute
expression that cannot contain any forward, external, or undefined
references.
The
.org
directive begins an unnamed, data-type section. The section’s base
address
address
is fixed.
Examples
.org 0x8000
.org base + 1024
In the second example, the symbol
base
is absolute and is defined prior to this
directive.
.packed — Generate Floating-Point Data (Packed Decimal)
Not supported by Texas Instruments. However,
.packed
is still recognized as a
reserved name by
asm68
.