Diferencia entre revisiones de «Juego de Instrucciones del AMD 29203»

De Wiki Asqueados
Saltar a: navegación, buscar
Línea 1: Línea 1:
 
<table border="1" style="border: 1px; border-color: black">
 
<table border="1" style="border: 1px; border-color: black">
 
<tr>
 
<tr>
     <td colspan="5">
+
     <td colspan="5" style="background-color: orange">
 
         <center><b>Repertorio de Instrucciones</b></center>
 
         <center><b>Repertorio de Instrucciones</b></center>
 
     </td>
 
     </td>
 
</tr>
 
</tr>
  
<tr border="0"><td colspan="5" border="0">&nbsp;</td></tr>
+
<tr><td colspan="5" style="border: 0px">&nbsp;</td></tr>
  
 
<tr>
 
<tr>
     <td colspan="5">
+
     <td colspan="5" style="background-color: orange">
 
         <center><b>Aritmeticas</b></center>
 
         <center><b>Aritmeticas</b></center>
 
     </td>
 
     </td>
Línea 15: Línea 15:
  
 
<tr>
 
<tr>
<td>INSTRUCCION</td><td>DESCRIPCION</td><td>CODIGO</td><td>STATUS</td>
+
<td><b>INSTRUCCION</b></td><td><b>DESCRIPCION</b></td><td><b>CODIGO</b></td><td><b>STATUS</b></td>
 
</tr>
 
</tr>
  
Línea 38: Línea 38:
 
</tr>
 
</tr>
  
<tr border="0"><td colspan="5" border="0">&nbsp;</td></tr>
+
<tr><td colspan="5" style="border: 0px">&nbsp;</td></tr>
  
 
<!-- COPY & PASTE FIN !-->
 
<!-- COPY & PASTE FIN !-->

Revisión del 04:05 17 nov 2005


Logicas

AND <- Y <- 08 OR <- O <- 07 XOR <- EXCLUSIVE OR <- 09 NOR <- NOR <- 10 NAND <- NAND <- 11 NOT <- NOT <- 12

Salto

JNZ <- JUMP IF NOT ZERO <- 31 JZ <- JUMP IF ZERO <- 32 JNE <- JUMP IF NOT EQUAL <- 33 JE <- JUMP IF EQUAL <- 34

Carga

LDM <- CARGA EN MEMORIA <- 40 LDR <- CARGA EN REGISTRO <- 41

Desplazamiento

SL <- DESPLAZAMIENTO IZQUIERDA <- 51 SR <- DESPLAZAMIENTO DERECHA <- 52 RL <- ROTACION IZQUIERDA <- 53 RR <- ROTACION DERECHA <- 54

Repertorio de Instrucciones
 
Aritmeticas
INSTRUCCIONDESCRIPCIONCODIGOSTATUS
ADDSUMA21 
SUBRESTA22 
MULMULTIPLICACION23 
DIVDIVISION24