Zilog ZUSBOPTS Uživatelský manuál Strana 307

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 520
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 306
UM017105-0511 Linker Expressions
Zilog Developer Studio II – ZNEO™
User Manual
279
Syntax
$<hexdigits>
| (Or)
The | (Or) operator is used to perform a bitwise inclusive | (Or) of two expressions.
Syntax
<expression> | <expression>
<< (Shift Left)
The << (Shift Left) operator is used to perform a left shift. The first expression to the left
of << is the value to be shifted. The second expression is the number of bits to the left the
value is to be shifted.
Syntax
<expression> << <expression>
>> (Shift Right)
The >> (Shift Right) operator is used to perform a right shift. The first expression to the
left of >> is the value to be shifted. The second expression is the number of bits to the right
the value is to be shifted.
Syntax
<expression> >> <expression>
- (Subtract)
The - (Subtract) operator is used to subtract one expression from another.
Syntax
<expression> - <expression>
Zobrazit stránku 306
1 2 ... 302 303 304 305 306 307 308 309 310 311 312 ... 519 520

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

Žádné komentáře