Next: OpenRISC-Opcodes, Previous: OpenRISC-Float, Up: OpenRISC-Dependent [Contents][Index]
The OpenRISC version of as supports the following additional machine directives:
.alignThis must be followed by the desired alignment in bytes.
.wordOn the OpenRISC, the .word directive produces a 32 bit value.
.nodelayOn the OpenRISC, the .nodelay directive sets a flag in elf binaries indicating that the binary is generated catering for no delay slots.
.procThis directive is ignored. Any text following it on the same line is also ignored.
.endprocThis directive is ignored. Any text following it on the same line is also ignored.