Everything

REG_MODE


A register mode information is output.

[Syntax]

[Δ]$[Δ]REG_MODE[Δ]specify-register-mode[Δ][;comment]

[Function]

-

A register mode information is output into the object module file generated by the assembler.

[Description]

-

Specify the register mode as "22" (indicating register mode 22); "32" (indicating register mode 32); or "common" (indicating universal register mode).

-

A register mode information stores information about the number of working registers and register-variable registers used by the compiler. It is set in the object module file via this control instruction.

-

If the register mode of this control instruction differs from the register mode specified via options, then the assembler will output a warning, and ignore the register mode specified via the options.

-

If the register modes specified by this control instruction span multiple lines, and the specified register modes are different, then the first register-mode specification will be valid. The assembler will output warnings for the different register-mode specifications, and ignore those specifications.