Adaptec 1542B - AHA Storage Controller Fast SCSI 10 MBps Uživatelský manuál Strana 162

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 265
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 161
R-Studio Manual157
© 2002...2013 R-Tools Technology Inc.
filetime
Shows time in the DOS format (date: hiword, time: loword)
bits
Attributes:
size: <bytes>
Mandatory.
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:
address:
<expression>
Specifies an absolute address to jump to.
offset: <expression>
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:
test: <expression>
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:
count: <expression>
<expression> is evaluated one time upon entering the block. Internal
elements are read the specified number of times.
test: <expression>
<expression> is evaluated upon entering the block. Similar to the C++
construction while(...) {}.
test: <expression>
<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:
var: <string>
Specifies the name of the variable.
expr: <expression>
Specifies an expression which result will be assigned to the variable.
Zobrazit stránku 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 264 265

Komentáře k této Příručce

Žádné komentáře