HLASM Toolkit Feature User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Disassembler options on z/VSE

HLASM Toolkit Feature User's Guide
GC26-8710-10

On z/VSE you can specify the following options:
COPYRIGHTOK
Allow disassembly of copyrighted module. If you use the COPYRIGHTOK option the Disassembler prints the message ASMD008 at the start of the listing.
HEX
Generate the offset in machine instructions as a hexadecimal value.
OPTABLE
Specifies the operation code table to be used in disassembling CSECTs.
Read syntax diagramSkip visual syntax diagram
                   .-UNI-.      
>>-+-OPTABLE-+--(--+-DOS-+--)----------------------------------><
   '-OP------'     +-ESA-+      
                   +-XA--+      
                   +-370-+      
                   +-ZOP-+      
                   '-YOP-'      

MVSSVC
Use the z/OS description for SVCs, not the z/VSE description. Use this option when disassembling z/OS code while running on z/VSE.
NEWNUM
Allow any numeric field within a control statement to be specified either as a decimal value (a sequence of decimal digits) or a hexadecimal value (enclosed in apostrophes and preceded by the letter X).
PHASE
If the module processed is a PHASE that may also exist as an object then you must specify PHASE.
Note: If you have not specified PARM='PHASE' the Disassembler searches for an object first, and if the object is not found it searches for a phase.

You can specify any of the above options together in the PARM string in any order, separated by a comma or space.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014