
R-Studio Manual157
© 2002...2013 R-Tools Technology Inc.
filetime
Shows time in the DOS format (date: hiword, time: loword)
bits
Attributes:
pos: <comma
separated list of
bit positions>
Mandatory. Specifies bit positions in a data block.
Commands
goto
Specifies a jump to a specified offset (either absolute or relative one)
Attributes:
Specifies an absolute address to jump to.
Specifies a relative offset to jump by.
One and only one of the attributes should always be specified.
if
Evaluates a condition specified in the test attribute and, if the condition is true, reads fields specified in this
tag.
Attribute:
Sets a condition to test against.
repeat
Reads the fields specified in the tag until the exit condition is equal to 0 or specified times
Attributes:
<expression> is evaluated one time upon entering the block. Internal
elements are read the specified number of times.
<expression> is evaluated upon entering the block. Similar to the C++
construction while(...) {}.
<expression> is evaluated upon exiting the block. Similar to the C++
construction do {} while(...).
setvar
Sets the value of an internal variable. As an example, this command is convenient to store the current offset.
The value of the current offset is stored in a predefined variable offset.
Attributes:
Specifies the name of the variable.
Specifies an expression which result will be assigned to the variable.
Commentaires sur ces manuels