Debugging Tools for Windows |
The up command displays an assembly translation of the specified program code in physical memory.
up Address
up
Modes | User mode, kernel mode |
Targets | Live, crash dump |
Platforms | All |
If you do not specify a parameter for the up command, the disassembly begins at the current address and extends eight instructions (on an x86-based processor) or nine instructions (on an Itanium-based processor).
Do not confuse this command with the u (Unassemble). The up command disassembles only physical memory, while the u command disassembles only virtual memory.
For more information about assembly debugging and related commands, see Debugging in Assembly Mode.