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.
Comentarios a estos manuales