| 218 |
"." is set to the address after the last address displayed. |
"." is set to the address after the last address displayed. |
| 219 |
|
|
| 220 |
|
|
| 221 |
d86 [start [end]] Disassemble 80x86 code |
d86 [start [end]] Disassemble 80x86 (32-bit) code |
| 222 |
|
|
| 223 |
disassembles the buffer contents from address "start" to address "end". |
disassembles the buffer contents from address "start" to address "end". |
| 224 |
Entering "d86" without arguments is equivalent to "d86 .". The value of |
Entering "d86" without arguments is equivalent to "d86 .". The value of |
| 225 |
"." is set to the address after the last address displayed. |
"." is set to the address after the last address displayed. |
| 226 |
|
|
| 227 |
|
|
| 228 |
|
d8086 [start [end]] Disassemble 80x86 (16-bit) code |
| 229 |
|
|
| 230 |
|
disassembles the buffer contents from address "start" to address "end". |
| 231 |
|
Entering "d8086" without arguments is equivalent to "d8086 .". The value |
| 232 |
|
of "." is set to the address after the last address displayed. |
| 233 |
|
|
| 234 |
|
|
| 235 |
: start string Modify memory |
: start string Modify memory |
| 236 |
|
|
| 237 |
puts the specified byte string at the address "start" into the buffer. The |
puts the specified byte string at the address "start" into the buffer. The |