Section 3: Assembler
215
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
To accommodate the COFF object file format (see section 1.4.6 Line Number
Information), line number entries are associated with the most recently defined
function (see TYPE directive); if no function has been defined, a dummy function
with which to associate the entries is created. These dummy functions are
named ^line1, ^line2, ^line3, etc. The scope of both user-defined and dummy
functions ends when either a new function is defined or a new section is created.
Directive
Function
.def / DEF
Begin symbol attribute block
.dim / DIM
Set array dimension attribute
.endef / ENDEF
End symbol attribute block
.file / FILE
Set name of source file
.line / LINE
Set line number attribute
.ln / LN
Create line number entry
.scl / SCL
Set storage class attribute
.size / SIZE
Set size attribute
.tag / TAG
Set tag name attribute
.type / TYPE
Set type attribute
.val / VAL
Set value attribute
Table 3.29: Debugging Directives
3.7.7.
Asm68k Directive Reference
The remainder of this section provides, in alphabetical order, detailed
descriptions of the directives supported by asm68k.