From 4c32c30e030652c740476c4fdf3e6686ab119e04 Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Sun, 4 Feb 2018 07:41:46 +0100 Subject: [PATCH] added SHL description --- Instruction-Set.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Instruction-Set.md b/Instruction-Set.md index 3510951..e3a049e 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -181,6 +181,9 @@ destination = destination & source destination = destination | source ``` +### SAL +alias to [SHL](#SHL) + ### SHL #### Details | mnemonic | opcode | operands | carry | zero | sign | overflow | break |