This function is used to read or write (instruction) the second dword (starting with the least significant one) of the argument.
Reading:
Syntax |
u32 dw1 (real arg) |
---|---|
arg |
Arg of the second dword. From RTE 33.7.1 it can be any expression |
Result |
Returns the dword of arg |
Validity |
Rule, Task |
Note |
Since RTE 33.9.0 accessing a non-existing dword returns an error |
Writing (Instruction):
Syntax |
dw1 (real arg) = u32 val |
---|---|
arg |
Arg of the second dword |
value |
Value to be imposed in arg |
Validity |
Rule, Task |
Note |
Since RTE 33.9.0 accessing a non-existing dword returns an error |