HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Transactional Memory exit ASMAXTXP

HLASM Programmer's Guide
SC26-4941-06

This appendix provides information regarding the use of the LISTING exit ASMAXTXP supplied with the High Level Assembler

Function

The LISTING exit ASMAXTXP is used to verify the instructions used within a constrained transaction. ASMAXTXP performs the following checks for constrained transactions:

  1. The transaction must not exceed more than 32 instructions.
  2. All instructions within the transaction must be within 256 bytes contiguous bytes of storage.
  3. In addition to all regularly-restricted instructions (those restricted in a non-constrained transaction), the following instructions are also restricted:
    1. Any instruction not defined in Chapter 7 of the z/Architecture Principles of Operation.
    2. The only branching instructions are relative branches with a positive relative immediate operand.
    3. Instructions that cause a classic serialization operation. Exceptions to this rule include TRANSACTION END and any instructions that cause specific-operand serialization.
    4. All SS and SSE format instructions.
    5. A list of individual instructions that may execute in the hardware coprocessor.

Other constraints such as operand alignment and number of locations accessed are not possible to check during assembly.

Invoking the exit

To invoke the exit, specify the EXIT assembler option as follows: EXIT(PRTEXIT(ASMAXTXP))

The sample program ASMASTXP found in SASMSAM1 can be run with the above assembler option as an example of how ASMAXTXP processes constrained transactions.

Messages

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014