gtpg2m0pGeneral Macros

CC-Set Condition Code in Current PSW

This general macro generates instructions to set the specified condition code in the current program status word (PSW). It is normally used by service routines that pass the condition code as part of their interface.

Format




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

number
The condition code to be set (0, 1, 2, or 3).

reg
A register in which bits 30-31 contain the condition code to be set.

Entry Requirements

A base register must be in effect for the macro.

Return Conditions

The specified condition code has been set in the current PSW.

Programming Considerations

Examples

None.