0 Members and 1 Guest are viewing this topic.
well you can use the stat plot draw types to do the full 16 bit AND/OR/XOR i belive, so you should only have to change the original commands to the new ones.
5 = 001013 = 00011
5 Or 3 = 70 OR 0 = 00 OR 0 = 01 OR 0 = 10 OR 1 = 11 OR 1 = 1
I'm not going to make a separate version because I need to keep consistency with the new version.The XOR thing you were talking about, the efficient way is simply this: 1-{L6+A}(r)->{L6+A}(r) since adding one to the negative is the same thing as the complement. I think I will have the not() command do this more efficiently in the future though.