Next: .vm profile, Up: vm command [Contents][Index]
.vm disassembleThe .vm disassemble command provides access to the PVM
disassembler. It supports the following subcommands:
.vm disassemble expression exprDumps the assembler corresponding to the Poke expression expr.
.vm disassemble function functionDumps the assembler corresponding to the Poke function called function. The function shall be reachable from the top-level.
The disassembler will provide a PVM disassembly by default, but it can
be passed the flag /n to do a native disassembly instead in
whatever architecture running poke.