LiteASM Documentation
Light Weight & Customizable Assembly Compiler & Virtual Machine
Status: Planning
Brought to you by:
dilshan
Function
procedure Terminate();
Availability
Description
Halt the VCPU execution in next operation cycle. After issuing this command LiteASM Virtual Simulator get terminated with exit code 0.
Example
if(GetCycle() > $77) then
Terminate();
Documentation: Virtual Machine Simulator Scripting Functions