Please enable JavaScript to view this site.

This function is used to read or write (instruction) byte 0 of the argument.

Reading:

Syntax

u8 b0 (i8|i16|i32|u8|u16|u32|real arg)

arg

Variable whose contents you want to know.

From RTE 33.7.1 it can be any expression

Result

Returns the contents of the first byte of the argument arg

Validity

Rule, Task

Note

From RTE 33.9.0 access to a non-existing byte returns error

Writing (instruction):

Syntax

b0 (i8|i16|i32|u8|u16|u32|real arg) = u8 value

arg

Variable in which the value value will be imposed

value

Value to be imposed

Validity

Rule, Task

Note

From RTE 33.9.0 access to a non-existing byte returns 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