Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
back2root:ibm-pc-ms-dos:instr:shl [2024/11/12 15:01] – supprimée - modification externe (Date inconnue) 127.0.0.1 | back2root:ibm-pc-ms-dos:instr:shl [2024/11/12 15:01] (Version actuelle) – frater | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== SHL ====== | ||
+ | |||
+ | ===== SHL - Shift Logical Left ===== | ||
+ | |||
+ | Shifts the destination left by " | ||
+ | |||
+ | The Carry Flag contains the last bit shifted out. | ||
+ | |||
+ | **Usage:** | ||
+ | <code asm> | ||
+ | SAL dest, | ||
+ | SHL dest, | ||
+ | </ | ||
+ | |||
+ | **Modifies flags: | ||
+ | |||
+ | <WRAP round box> | ||
+ | CF OF PF SF ZF (AF undefined) | ||
+ | </ | ||
+ | {{tablelayout? | ||
+ | ^ | ||
+ | ^ Operands | ||
+ | | reg,1 | ||
+ | | mem,1 | ||
+ | | reg, | ||
+ | | mem, | ||
+ | | reg, | ||
+ | | mem, | ||
+ | {{page> | ||