ASL
(arithmetic shift left) Tags: NZC
Description:
Moves the bits of the given operand to the left. Zero is inserted in place of the lowest bit. The highest bit goes to the move bit C. Offset to the left corresponds to multiplying the number by 2.
Example:
|
|