LiteASM Documentation
Light Weight & Customizable Assembly Compiler & Virtual Machine
Status: Planning
Brought to you by:
dilshan
Function
function GetAddress() : Word;
Availability
Description
Return the 16bit VRAM address of the current execution cycle. This is also represented as address pointer value of the VCPU.
Example
if ((GetCycle() > $A5) and (GetAddress() > $FF)) then
HexDump();
Documentation: Virtual Machine Simulator Scripting Functions