P64

Compiles a program for execution in a 64-bit run-time environment.

Syntax:
 >>-.---.-.----.--P64------------------><  
    +-/-+ +-NO-+
Parameters:

None

Properties:
Default: NOP64
IDE equivalent: Click Project > Properties >Configuration Properties > Build > Outputs > Generate 64-Bit Pointers
Phase: Syntax check
$SET: Any
Dependencies:

P64 immediately sets: RTNCODE-SIZE"8"

Comments:

If you set the P64 directive, your program is compiled to use 64-bit pointers and has access to a 64-bit address space if you are executing on a 64-bit machine with an appropriate setting of the ILTARGET directive.

See Also:

Related Topics