9 May
2013
9 May
'13
5:44 p.m.
bitwise: add signed integer support
Cool!
+# i8 foo; /* Signed 8-bit value */ +# i16 foo; /* Signed 16-bit value */ +# il16 foo; /* Signed 16-bit value (LE) */ +# i24 foo; /* Signed 24-bit value */ +# il24 foo; /* Signed 24-bit value (LE) */ +# i32 foo; /* Signed 32-bit value */ +# il32 foo; /* Signed 32-bit value (LE) */
What is the choice of using 'i' here? For 'integer'? I think 's' for 'signed' would make more sense to me. What do you think?
You added whitespace here :)
Thanks!
--
Dan Smith
www.danplanet.com
KK7DS