Menu

GetAddress

Function

function GetAddress() : Word;

Availability

  • In Revision 0 and newer versions

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();

Related

Documentation: Virtual Machine Simulator Scripting Functions