UPROC: Specify CPROC statements for basic assembler language applications

Use this general macro to specify multiple CPROC macro statements for basic assembler language (BAL) applications.

Last updated

Added for PUT04.

Format

Read syntax diagramSkip visual syntax diagramUPROC

Entry requirements

None.

Return conditions

None.

Programming considerations

  • For information about macro register conventions, see Register conventions.
  • You can continue to enter a C/C++ program and use traditional TPF 4.1 parameter passing when you are migrating to the z/TPF system as long as you code a CPROC macro with the correct C/C++ function definitions. Include the CPROC statement in the UPROC macro or add it directly to the assembler program. No changes are required for the assembler program.

Examples

None.

Related information