TAL Reference Manual

TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-27
$INT Function
$INT Function
The $INT function returns an INT value from the low-order 16 bits of an INT(32 or
FIXED(0) expression. $INT returns a fully converted INT expression from a REAL or
REAL(64) expression.
$INTR Function
The $INTR function returns an INT value from the low-order 16 bits of an INT(32) or
FIXED(0) expression. $INTR returns a fully converted and rounded INT expression
from a REAL or REAL(64) expression.
$LADR Function
The $LADR function returns the standard (16-bit) address of a variable that is
accessed through an extended (32-bit) pointer.
$LEN Function
The $LEN function returns the length, in bytes, of one occurrence of a variable.
$LFIX Function
The $LFIX function returns a FIXED (fpoint) expression from an unsigned INT
expression.
$LMAX Function
The $LMAX function returns the maximum of two unsigned INT expressions.
$IFIX ( int-expression , fpoint )
$INT ( expression )
$INTR ( expression )
$LADR ( variable )
$LEN ( variable )
$LFIX ( int-expression , fpoint )
$LMAX ( int-expression , int-expression )