SLB

Member Of Menu: 
Binary
Argument Types: 
Integer
Symbol
Expression
Result Type(s): 
Integer
Expression
Invertible: 
No
Valid In Expression: 
Yes
Stack Diagram: 
Integer1 Integer2
Symbol1 Expression2
Expression1 Expression2

This operation takes an integer from the stack, shifts each byte one position to the left. The upper byte (which depends on the current word size of the calculator) is lost and 0 is shifted into the lower byte. Assuming a 16 bit word size, then the hexadecimal number 1234 will become 2340 after this operation.