0x10c-DevKit icon indicating copy to clipboard operation
0x10c-DevKit copied to clipboard

Binary operators in expressions

Open frxstrem opened this issue 12 years ago • 1 comments

I would like to be able to use these operators in expressions: AND (A & B), OR (A | B), XOR (A ^ B), NOT (~A) and bitwise shifts (A << B and A >> B). When used with defined constants, they would make it much easier to use bitmasks etc.

frxstrem avatar May 18 '12 23:05 frxstrem

Good idea, was expecting someone to ask for this sooner. Will implement

kierenj avatar May 20 '12 16:05 kierenj