Menu

HexDump

Function

procedure HexDump();

Availability

  • In Revision 0 and newer versions

Description

HexDump function is use to get the memory dump and VCPU register dump to the terminal. The content return through this function are:

  • VRAM content (in all memory address)
  • Current VCPU operation code and operand
  • Current address value
  • Current VCPU cycle value

Example

if(GetCycle()==$0F) then
  HexDump();

Related

Documentation: Virtual Machine Simulator Scripting Functions