Outils pour utilisateurs

Outils du site


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

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:not [2023/02/25 20:41] – créée fraterback2root:ibm-pc-ms-dos:instr:not [2023/02/25 20:51] (Version actuelle) frater
Ligne 1: Ligne 1:
 ====== NOT ====== ====== NOT ======
  
-#redirect and-or-not-xor+===== NOT Logical Not ===== 
 + 
 +Inverts the bits of the "dest" operand forming the 1s complement, also called " One's Compliment Negation"
 + 
 +**Usage:** 
 +<code asm> 
 + NOT dest 
 +</code> 
 + 
 +**Modifies flags:**  
 + 
 +<WRAP round box> 
 +none 
 + 
 +</WRAP> 
 + 
 +^            ^  Clocks                       |||^  Size                ^ 
 +^  Operands  ^  808x    ^  286  ^  386  ^  486  ^  Bytes  ^              ^ 
 +| reg        |  3        2    |  2    |  1    |  2      |              | 
 +| mem        |  16+EA    7    |  6    |  3    |  2-4    | (W88=24+EA) 
  
back2root/ibm-pc-ms-dos/instr/not.1677354113.txt.gz · Dernière modification : 2023/02/25 20:41 de frater