Disassembler options on z/VSE
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.
- 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.