Display a range of memory from a given address.
Syntax:
───┬─ D ──┬───┬──────────────────┬─────────────────────────── ├─ DA ──┤ └── addr ──┬───────┤ ├─ DB ──┤ └─ Ln ──┘ ├─ DW ──┤ └─ DD ──┘
Parameters:
Note: The current display address is not updated when in ASCII format.
An address expression may be specified.
Results & Notes:
Memory is displayed according to the selected display format providing the address is valid. If it is not, but the address represents pageable storage then this may be paged in to memory using the .I command.
The following examples show output in the four different formats. ASCIIformat
:
────────────────────────────────── ##da 1f:0 001f:00000000 WP_OBJHANDLE=177110 ──────────────────────────────────
────────────────────────────────────────────────────────────────────────────── ##db 1f:0 001f:00000000 57 50 5f 4f 42 4a 48 41-4e 44 4c 45 3d 31 37 37 WP_OBJHANDLE=177 001f:00000010 31 31 30 00 55 53 45 52-5f 49 4e 49 3d 43 3a 5c 110.USER_INI=C:\ 001f:00000020 4f 53 32 5c 4f 53 32 2e-49 4e 49 00 53 59 53 54 OS2\OS2.INI.SYST 001f:00000030 45 4d 5f 49 4e 49 3d 43-3a 5c 4f 53 32 5c 4f 53 EM_INI=C:\OS2\OS 001f:00000040 32 53 59 53 2e 49 4e 49-00 4f 53 32 5f 53 48 45 2SYS.INI.OS2_SHE 001f:00000050 4c 4c 3d 43 3a 5c 4f 53-32 5c 43 4d 44 2e 45 58 LL=C:\OS2\CMD.EX 001f:00000060 45 00 41 55 54 4f 53 54-41 52 54 3d 54 41 53 4b E.AUTOSTART=TASK 001f:00000070 4c 49 53 54 2c 46 4f 4c-44 45 52 53 00 52 45 53 LIST,FOLDERS.RES ──────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────── ##dw 1F:0 001f:00000000 5057 4f5f 4a42 4148 444e 454c 313d 3737 001f:00000010 3131 0030 3555 5245 495f 494e 433d 5c3a 001f:00000020 534f 5c32 534f 2e32 4e49 0049 5953 5453 001f:00000030 4d45 495f 494e 433d 5c3a 534f 5c32 534f 001f:00000040 5332 5359 492e 494e 4f00 3253 535f 4548 001f:00000050 4c4c 433d 5c3a 534f 5c32 4d43 2e44 5845 001f:00000060 0045 5541 4f54 5453 5241 3d54 4154 4b53 001f:00000070 494c 5453 462c 4c4f 4544 5352 5200 5345 ──────────────────────────────────────────────────────
────────────────────────────────────────────────── ##dd 1f:0 001f:00000000 4f5f5057 41484a42 454c444e 3737313d 001f:00000010 00303131 52455355 494e495f 5c3a433d 001f:00000020 5c32534f 2e32534f 00494e49 54535953 001f:00000030 495f4d45 433d494e 534f5c3a 534f5c32 001f:00000040 53595332 494e492e 32534f00 4548535f 001f:00000050 433d4c4c 534f5c3a 4d435c32 58452e44 001f:00000060 55410045 54534f54 3d545241 4b534154 001f:00000070 5453494c 4c4f462c 53524544 53455200 ──────────────────────────────────────────────────