added SHL description

Kevin Ramharak 2018-02-04 07:41:46 +01:00
parent a1db2fa17c
commit 4c32c30e03

@ -181,6 +181,9 @@ destination = destination & source
destination = destination | source destination = destination | source
``` ```
### SAL
alias to [SHL](#SHL)
### SHL ### SHL
#### Details #### Details
| mnemonic | opcode | operands | carry | zero | sign | overflow | break | | mnemonic | opcode | operands | carry | zero | sign | overflow | break |