REGISTERBANK

Abbreviation

RB

Arguments

Register bank numbers separated by commas and enclosed in parentheses; for example, REGISTERBANK (1,2,3).

Default

REGISTERBANK (0)

Description

The REGISTERBANK control specifies the register banks used in the source module. This information is stored in the generated object file for further processing by the L51 Linker/Locator.

NOTE

You may specify this control only once on the command line or at the top of the source file.

See Also

NOREGISTERBANK

Example
A51 RBUSER.A51 REGISTERBANK(0,1,2)

$RB(0,3)