Integer functions

Integer Mode

 

You can switch to Integer mode with clicking on 'Mode' 'Integer'.

The default base is 10. If you want to switch to 16 or 2 base, you have to click 'Mode' again and select the desired base.


Here is the list of all the integer functions :


       -And : Logical And.

       -Or : Logical Or.

       -Xor : Logical Xor.

       -Not : Logical Not.

       -ShL : Shift left.

       -ShR : Shift right.


       -RoL : Rotate left.

       -RoR : Rotate right.

       -RoLy : Rotate left by y steps.

       -RoRy : Rotate right bu y steps.


       -Lj : left justify on 8 bits.

       -#B : count the number of bits.

       -1'S : Ones complement.

       -2's : Twos complement

       -Set : Set the y bit of the x register to 1.

       -Reset : Set the y bit of the x register to 0.






Copyright © <2016>, <Serge Nicolas>