%shl-imm ( dst src1 src2 -- )
CPU architecture description model

Prev:%shl ( dst src1 src2 -- )
Next:%shr ( dst src1 src2 -- )


Vocabulary
cpu.architecture

Inputs
dstregister
src1register
src2an integer


Outputs
None

Word description
Bitshifts the value in a register left by a constant.

See also
##shl-imm

Definition


Methods