This keyword allows a variable of type STRU_LARGE_INT to be defined.
This structure is to be used as a substitute for the i64 type not found in the R3 language.
It can be used in the get_i64() and set_i64() instructions.
It consists of the following information:
Field |
Type |
Description |
---|---|---|
high |
I32 |
Upper part of the i64 |
low |
U32 |
Lower part of the i64 |
Example of use:
|