| ??? 05/22/03 17:44 Read: times |
#46405 - RE: 8-bit*16-bit multiplication Responding to: ???'s previous message |
mahmood Elnasser wrote:
------------------------------- Using hi-tech picc compiler you have the option in the compiler to set integers 24 or 32 bits. Actually Mahmood, if you are referring to the -Dnn options, they are for floating point formats, not integers: -D24 Use truncated 24-bit floating point format for doubles -D32 Use IEEE754 32-bit floating point format for doubles To my knowledge (which is pretty good regarding PICC), int is 16 bits and long is 32-bit, and that there is no option for 24-bit integers. |



