| ??? 05/21/03 23:19 Read: times |
#46304 - RE: 8-bit*16-bit multiplication Responding to: ???'s previous message |
Hi Lee,
I double checked some manuals, and both my IAR compiler and your Keil compiler do integer promotion, and in our world an integer is 16 bits. A neat thing about Keil is its NOINTPROMOTE pragma that can disable this otherwise automatic promotion. Check out the manual for details. Dennis |



