Print; Space; Symbol; Text - Nintendo Ultra64 Programmer's Manual

Rsp
Table of Contents

Advertisement

Revision 1.0

.print

.print
string-constant [, expression][, expression]...
The quoted string constant is printed to stderr during assembly.
The string constant may contain C-like numeric printf conversions (%d,%x,
expressions
etc.) and the
expressions
A maximum of four
If this directive has a label associated with it, the label cannot be contained
in an expression being printed.

.space

.space
expression
If we are in the data section,
filled with zeros. The new current location in the data section will be equal
to the previous location plus
If we are in the text section,
padded and filled with nop's, and the new program counter for assembly
will be equal to the old program counter plus
If we are in the text section, the
assembly base, if used.

.symbol

.symbol
identifier, expression
identifier
The
is entered into the symbol table with the value of

.text

.text
[expression]
will be evaluated and printed to stderr.
are permitted per .print directive.
expression
number of bytes are allocated and
expression
bytes.
(expression >> 2)
number of instructions are
expression
expression
should also account for any
Assembly Directives
bytes.
expression
.
117

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents