![Nintendo Ultra64 Скачать руководство пользователя страница 114](http://html1.mh-extra.com/html/nintendo/ultra64/ultra64_programmers-manual_1695448114.webp)
114
RSP Assembly Language
Assembly Directives
Directives, or ‘pseudo-opcodes’ are instructions to the assembler that are
interpreted at compile time. They do not generate executable machine
instructions.
They exist to initialize data, direct the compilation, provide error checking,
etc.
A directive is a period (
.
) followed by a sequence of
lowercase
alphabetic
characters.
For this section, the following notation is used: An
expression
is a legal
assembler expression, which may include identifiers (which have been
defined before use). An
iexpression
is an integer expression, an expression
composed solely of integers and no identifiers. Optional parameters are
enclosed in square brackets []. Conditional parameters are denoted with a
vertical bar |.
.align
.align
iexpression
The current location within the text or data section is aligned to the next
multiple byte boundary corresponding to the evaluated
iexpression
;
possibly adding padding.
For the text section, the only legal evaluations are multiples of 4 bytes.
.bound
.bound
iexpression
This directive performs a check, printing out an error message and aborting
the program assembly if the current location within the text or data section
is
not
aligned to the next multiple byte boundary corresponding to the
evaluated
iexpression
.
Содержание Ultra64
Страница 2: ...2 ...
Страница 10: ...10 ...
Страница 12: ...12 Figure 6 2 buildtask Operation 137 ...
Страница 14: ...14 ...
Страница 80: ...80 Vector Unit Instructions vmadm dres_int dres_int vconst 3 vmadn dres_frac vconst vconst 0 ...
Страница 104: ...104 RSP Coprocessor 0 ...
Страница 150: ...150 Advanced Information ...
Страница 155: ...Revision 1 0 155 ...
Страница 248: ...248 Exceptions None ...
Страница 251: ...Revision 1 0 251 Exceptions None ...
Страница 254: ...254 Exceptions None ...
Страница 257: ...Revision 1 0 257 Exceptions None ...
Страница 293: ...Revision 1 0 293 Exceptions None ...
Страница 316: ...316 Exceptions None ...