Renesas TM V.3.20A Dokumentacja Strona 106

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 762
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 105
VISUALC++ treats int type as 32-bits. Therefore, VISUAL C++ processes this equation [aaa = (signed long)( BBB << CCC
);] as follows:
0xffff -> 0x0000ffff1.
0x0000ffff <<12 -> 0x0ffff0002.
0x0ffff000 ->aaa3.
The result is 0x0ffff000.
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Przeglądanie stron 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 761 762

Komentarze do niniejszej Instrukcji

Brak uwag