JCL Help:TExprVirtMachNodeFactory.LoadVar32@PFloat32
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TExprVirtMachNodeFactory.LoadVar32 Method
[+] TExprVirtMachNodeFactory Methods
Search in JCL Help
Search in all projects
Summary
Loads the variable pointed to by ALoc.
Pascal
public function LoadVar32(ALoc: PFloat32): TExprNode; override;
public function LoadVar64(ALoc: PFloat64): TExprNode; override;
public function LoadVar80(ALoc: PFloat80): TExprNode; override;
Parameters
Parameters | Description |
ALoc: PFloat32 | Location of the variable to load. |
Description
Generates a node that will load a variable from a pointer. The type is important, because variables of different types are of different sizes and have different formats.
About
Donator
Barry Kelly
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page