Please enable JavaScript to view this site.

This function is used to read or write (Instruction) the first dword (starting with the least significant) of the argument.

Reading:

Syntax

u32 dw0 (i32|u32|real arg)

arg

Arg of the first 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

dw0 (i32|u32|real arg) = u32 val

arg

Arg of the first 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

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC