j
k
j a
j l
that looks like signed byte, i.e., -127 to +127 range, stored in "two's complement" binary form I think the corresponding bitwise type is "i8" i8 foo; /* Signed 8-bit value */
Er, yep. I was looking for s8 ;)
--Dan
Attachments:
Back to the thread
Back to the list