Outils pour utilisateurs

Outils du site


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

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
back2root:ibm-pc-ms-dos:instr:and [2023/02/25 20:37] – créée fraterback2root:ibm-pc-ms-dos:instr:and [2023/03/03 23:53] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-#redirect and-or-not-xor+====== AND ====== 
 + 
 +===== AND Logical And ===== 
 + 
 +Performs a logical AND of the two operands replacing the destination with the result. 
 + 
 +**Usage:** 
 +<code asm> 
 + AND 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    |              | 
 +| mem,immed    |  17+EA    7    |  7    |  3    |  3-6    | (W88=23+EA) 
 +| accum,immed  |  4        3    |  2    |  1    |  2-3    |              | 
 + 
back2root/ibm-pc-ms-dos/instr/and.1677353842.txt.gz · Dernière modification : 2023/02/25 20:37 de frater