Set or display Dump Formatter and Kernel Debugger disassembley and register options.
Syntax:
─┬── Y? ────────────────────────────────────────────────────── │ │ ┌──────────────────────┐ │ │ │ │ │ └── Y ──────┬─────────────────┬──┴─────────────────────────── ├─── 386ENV ───┤ ├─── REGTERSE ───┤ └─── DISLWR ───┘
Parameters:
This affects the way in which commands interpret the register set. For example, in 286 mode, general registers are assumed, by default to be 16-bit registers. Under rare circumstances it necessary to force a particular mode to obtain a correct disassembly listing from the U command. Mostly this occurs in system code that is multi-modal and has juxtaposed sections of 32-bit and 16-bit code.
The initial setting is 386 mode under OS/2 V2.0 and above.
The initial setting is for terse register display.
The initial setting is for lower case mnemonics.
Results & Notes:
No information is displayed when setting options.
When querying options those in effect are displayed, for example:
-------------------------------------------------------------------------------##y 386env dislwr regterse -------------------------------------------------------------------------------
This shows that 386 environment is assumed, lower case disassembly is in effect and terse register display is active. If any one of these setting is toggled then the corresponding flag is not displayed.