Hi Seb 2010/3/11 Sebastien Lelong <[email protected]>: > Hi guys, > > Here's some jal code, which, when compiled with last 2.4n, produces: > "warning: constant does not fit in UNIVERSAL" > Looking at the code: > """ > include 16f88 > const guilty = 883378932 > """ > (minimalist...) > Aren't UNIVERSAL constant are 32-bits signed values > (http://casadeyork.com/jalv2/jalv2/x275.html) ? I would have said 883378932 > fits in 32-bits signed ? (31 bits + last MSb for the sign ?) >
This is 0x34_A7_4A_F4 so I'd say it should fit. Joep -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
