Technical Support
On-Line Manuals
Compiler Reference Guide
__INTADDR__
The __INTADDR__ operation treats the enclosed expression as a constant expression, and converts it to an integer constant.
This is used in the offsetof macro.
offsetof
__INTADDR(expr)
expr
Where:
is an integral constant expression.
__INTADDR__(expr) returns an integer constant equivalent to expr.
__INTADDR__(expr)
Restrictions on embedded assembly language functions in C and C++ code in Using the Compiler.