TPaxProgram Properties


TPaxProgram.DataPtr

Returns address of DATA segment of paxCompiler program.
property DataPtr: Pointer read GetDataPtr;

TPaxProgram.CodePtr

Returns address of CODE segment of paxCompiler program.
property CodePtr: Pointer read GetCodePtr;

TPaxProgram.DataSize

Returns size of DATA segment of paxCompiler program.
property DataSize: Integer read GetDataSize;

TPaxProgram.CodeSize

Returns size of cCODE segment of paxCompiler program.
property CodeSize: Integer read GetCodeSize;

TPaxProgram.ProgramSize

Returns size of paxCompiler program.
property ProgramSize: Integer read GetProgramSize;

TPaxProgram.ResultPtr

Returns address of result of expression.
property ResultPtr: Pointer read GetResultPtr;


Copyright © 2006-2008 VIRT Laboratory. All rights reserved.