gtps1m3qSystem Macros

MODEC-Change Addressing Mode

Use this system macro to set the TPF system to 24-bit addressing mode or 31-bit addressing mode.

Format




label
A symbolic name can be assigned to the macro statement.

MODE
Specify one of the following:

31
This argument indicates that 31-bit addressing mode is to be set.

24
This argument indicates that 24-bit addressing mode is to be set.

REG=Rx
This parameter is optional. It provides a work register for the macro to use. When coded in a real-time program, valid registers are: R1 through R7, R14, and R15. When coded in any other type of program, any register except R0 can be used. If the REG parameter is not coded the register defaults to R1.

Entry Requirements

All entry requirements are fulfilled by the proper use of the parameters as defined in Format.

Return Conditions

Programming Considerations

Examples

None.