gtpg2m0eGeneral Macros

ADDDLC-Add Doubleword Unsigned

Use this general macro to add two unsigned doublewords.

Format




label
is a symbolic name that can be assigned to the macro statement.

regpair
is the even register of an even-odd pair of registers that contain one of the doubleword values to be added, and will contain the result of the addition.

storage
is the label of a storage location that contains a doubleword value that will be added to the doubleword in regpair.

Entry Requirements

None.

Return Conditions

The result of the operation will be in regpair. The condition code will be set as if an AL assembler instruction was used.

Programming Considerations

None.

Examples

None.