Table of Contents

TatVirtualMachine.SolveAbsoluteAddressing Method

SolveAbsoluteAddressing method is used to translate address references to direct pointers, which are used by p-code jump instructions. You don't need to call this method, it's automatically called by the virtual machine when needed.

Syntax

Unit: atScript

procedure TatVirtualMachine.SolveAbsoluteAddressing; virtual;

See also