MikroElektronika PIC Microcontrollers PIC16 Instrukcja Użytkownika Strona 83

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 82
Unary arithmetic operators can be used to change sign of variables:
a = 3
b = -a
' assign value -3 to b
PIC microcontrollers are optimized to work with bytes. Refer to PIC MCU
Specific.
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
78
mikroBASIC
MikroElektronika: Development tools - Books - Compilers
making it simple...
page
Unary
arithmetic
operators
Operator Operation Operand Types Result Types
+(unary) sign identity
short, integer,
longint
short, integer,
longint
- (unary) sign negation
short, integer,
longint
short, integer,
longint
Runtime
Behavior
Przeglądanie stron 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag