Integer1 | → | Integer2 |
Symbol1 | → | Expression2 |
Expression1 | → | Expression2 |
This operation takes an integer from the stack, shifts each bit one position to the left. The upper bit (which depends on the current word size of the calculator) is lost and a zero is shifted into the 0th bit position. Assuming a 4 bit word size, then the binary number 1001 will become 0010 after this operation.