LiteASM Documentation
Light Weight & Customizable Assembly Compiler & Virtual Machine
Status: Planning
Brought to you by:
dilshan
Function
procedure HexDump();
Availability
Description
HexDump function is use to get the memory dump and VCPU register dump to the terminal. The content return through this function are:
Example
if(GetCycle()==$0F) then
HexDump();
Documentation: Virtual Machine Simulator Scripting Functions