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