Outils pour utilisateurs

Outils du site


back2root:ibm-pc-ms-dos:instr:or

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

back2root:ibm-pc-ms-dos:instr:or [2023/02/25 20:41] – créée fraterback2root:ibm-pc-ms-dos:instr:or [2023/02/25 20:50] (Version actuelle) frater
Ligne 1: Ligne 1:
 ====== OR ====== ====== OR ======
 +===== OR - Logical Or =====
 +
 +Logical inclusive OR of the two operands returning the result in the destination. Any bit set in either operand will be set in the destination.
 +
 +**Usage:**
 +<code asm>
 + OR dest,src
 +</code>
 +
 +**Modifies flags:** 
 +
 +<WRAP round box>
 +CF PF AF ZF SF OF 
 +
 +//AF undefined//
 +</WRAP>
 +
 +^              ^  Clocks                       |||^  Size                ^
 +^  Operands    ^  808x    ^  286  ^  386  ^  486  ^  Bytes  ^              ^
 +| reg,reg      |  3        2    |  2    |  1    |  2      |              |
 +| mem,reg      |  16+EA    7    |  7    |  3    |  2-4    | (W88=24+EA)  |
 +| reg,mem      |  9+EA    |  7    |  6    |  1    |  2-4    | (W88=13+EA)  |
 +| reg,immed    |  4        3    |  2    |  1    |  3-4    |              |
 +| mem8,immed8  |  17+EA    7    |  7    |  3    |  3-6    |   |
 +| mem16,imed16 |  25+EA    7    |  7    |  3    |  3-6    |              |
 +| accum,immed  |  4        3    |  2    |  1    |  2-3    |              |
  
-#redirect and-or-not-xor 
  
back2root/ibm-pc-ms-dos/instr/or.1677354085.txt.gz · Dernière modification : 2023/02/25 20:41 de frater