254
Section 3: Assembler
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[
.size] address
Description
size
Specifies the size of unknown absolute displacements contained
in the section. The legal values are shown below; the default is
L
.
S
Absolute short reference (16-bit)
L
Absolute long reference (32-bit)
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.S $4000
ORG base+1024
In the second example, the symbol base must be absolute and previously
defined.
PAGE — Begin New Listing Page
Syntax
PAGE
Description
The PAGE directive begins a new page in the listing file. This directive does not
appear in the listing.