Previous Topic: Display Qualified, Variable Length, Indexed, or Subscripted COBOL Data NamesNext Topic: Use a Different Module for Assembler Structures


View Storage for an Assembler Program at a Breakpoint

Use Assembler labels in a CORE command to symbolically address data locations, program locations, or registers as shown in the following table.

Location

Format

data locations

'regname.label'

program locations

'label' (the label value must exceed 15)

registers

'regname' (where the equated value is less than 16)

Examples

Each format is shown in the following examples, where the symbolic program addresses relate to the Assembler program currently stopped at a breakpoint.