bdfs1m11Structured Programming Macros

#STPC-Step a Byte or Character

Use this macro to generate inline code to increment or decrement (also referred to as step) a 1-byte value at a specified location.

Format




reg1
is a working register for the macro.

number
is the amount by which to increment or decrement the specified value. If you specify a positive number, the value at the specified location will be incremented. If you specify a negative number, the value at the specified location will be decremented.

location
is the label of the area that contains the value to be incremented or decremented.

Entry Requirements

None.

Return Conditions

Programming Considerations

Examples

Related Macros