Hello,
I tried to work with binary operation.
byte aByte = (byte)0b00001011;
Processing does not recognize the binary format 0bxxxxx but java do :
The other thing when the >> (right shift) works only with integer not byte …
This is very strange.
Processing 2.0.3
Mac OSX 10.8.4
Java 7 update 25