Teledyne-lecroy User-Defined Decoding (UDD) Advanced Script Langua Uživatelský manuál Strana 9

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 28
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 8
6
Language Elements
Integers
ASL accepts integer values in decimal, binary, or hexadecimal formats. Floating point and negative
numbers are not accepted.
Examples
Hexadecimal: 0x21, 0x0001, 0xA5A5
Binary: 0b00100001, 0b1, 0b101001011010010110100101
Decimal: 33, 1, 42405
Operators
The following lists operators accepted by ASL. Operator precedence is that same as in C.
Operator Function
( )
Associative
and Logical And
or
Logical Or
not Logical Not
>
Greater than
< Less than
<>
Equal to
= Assignment
+
Arithmetic Addition
- Arithmetic Subtraction
*
Arithmetic Multiplication
/ Arithmetic Division
Zobrazit stránku 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 27 28

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

Žádné komentáře