| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.block size , fillThis directive emits size bytes, each of value fill. Both size and fill are absolute expressions. If the comma and fill are omitted, fill is assumed to be zero.
In other versions of the GNU assembler, this directive is called `.space'.
.cputypeThis directive is ignored; it is accepted for compatibility with other AMD 29K assemblers.
.fileThis directive is ignored; it is accepted for compatibility with other AMD 29K assemblers.
Warning: in other versions of the GNU assembler,
.fileis used for the directive called.app-filein the AMD 29K support.
.lineThis directive is ignored; it is accepted for compatibility with other AMD 29K assemblers.
.sectThis directive is ignored; it is accepted for compatibility with other AMD 29K assemblers.
.use section nameEstablishes the section and subsection for the following code;
section name may be one of .text, .data,
.data1, or .lit. With one of the first three section
name options, `.use' is equivalent to the machine directive
section name; the remaining case, `.use .lit', is the same as
`.data 200'.
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.