Previous: CRIS-Regs, Up: CRIS-Syntax
There are a few CRIS-specific pseudo-directives in addition to the generic ones. See Pseudo Ops. Constants emitted by pseudo-directives are in little-endian order for CRIS. There is no support for floating-point-specific directives for CRIS.
.dword EXPRESSIONS
.dword
directive is a synonym for .int
,
expecting zero or more EXPRESSIONS, separated by commas. For
each expression, a 32-bit little-endian constant is emitted.
.syntax ARGUMENT
.syntax
directive takes as ARGUMENT one of the
following case-sensitive choices.
no_register_prefix
.syntax no_register_prefix
directive
makes a `$' character prefix on all registers optional. It
overrides a previous setting, including the corresponding effect
of the option --no-underscore. If this directive is
used when ordinary symbols do not have a `_' character
prefix, care must be taken to avoid ambiguities whether an
operand is a register or a symbol; using symbols with names the
same as general or special registers then invoke undefined
behavior.
register_prefix
leading_underscore
no_leading_underscore
.syntax leading_underscore
directive and emits an error if the option --underscore
is in effect.
.arch ARGUMENT