LiteASM Documentation
Light Weight & Customizable Assembly Compiler & Virtual Machine
Status: Planning
Brought to you by:
dilshan
Function
procedure Log(Msg : string);
Availability
Description
Log is a LiteASM script command that is placed in scripts to produce a print out to the terminal window.
Example
Log('Hello World');
Log('Current VCPU cycle is ' + IntToStr(GetCycle()));
Documentation: Virtual Machine Simulator Scripting Functions