Table of Contents

InstructionIsExecutable Method

Returns true if the instruction specified by inst in the provided scripter contains executable code. Some instructions might not be executable, but only preparation instructions (saving space in stack, for example).

Syntax

Unit: atScript

function InstructionIsExecutable(Script: TatCustomScripter; Inst: pSimplifiedCode): Boolean;

Parameters

<-> Parameter Type Description
Script TatCustomScripter
Inst pSimplifiedCode