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

De Wiki Asqueados
Saltar a: navegación, buscar
(Desplazamiento: Hacer tabla)
(Salto)
Línea 94: Línea 94:
 
   <td>JUMP IF GREATER OR EQUAL</td>
 
   <td>JUMP IF GREATER OR EQUAL</td>
 
   <td>75</td>
 
   <td>75</td>
   <td></td>
+
   <td>Hecha</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Línea 100: Línea 100:
 
   <td>JUMP IF GREATER</td>
 
   <td>JUMP IF GREATER</td>
 
   <td>76</td>
 
   <td>76</td>
   <td></td>
+
   <td>Hecha</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Línea 106: Línea 106:
 
   <td>JUMP IF EQUAL</td>
 
   <td>JUMP IF EQUAL</td>
 
   <td>77</td>
 
   <td>77</td>
   <td></td>
+
   <td>Hecha</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Línea 112: Línea 112:
 
   <td>JUMP TO DIRECCTION</td>
 
   <td>JUMP TO DIRECCTION</td>
 
   <td>78</td>
 
   <td>78</td>
   <td></td>
+
   <td>Hecha</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revisión del 04:14 24 nov 2005

Repertorio de Instrucciones

Aritmeticas

 
Aritmeticas
INSTRUCCIONDESCRIPCIONCODIGOSTATUS
ADDSUMA21 
SUBRESTA22 
MULMULTIPLICACION23 
DIVDIVISION24 
 

Logicas

Logicas
INSTRUCCIONDESCRIPCIONCODIGOSTATUS
ORO7OK
ANDY8OK
XOROR EXCLUSIVO9OK
NORNO O10OK
NANDNO Y11OK
NOTNO12OK
 

Salto

Salto
INSTRUCCIONDESCRIPCIONCODIGOSTATUS
JGE JUMP IF GREATER OR EQUAL 75 Hecha
JG JUMP IF GREATER 76 Hecha
JE JUMP IF EQUAL 77 Hecha
JD JUMP TO DIRECCTION 78 Hecha

Carga

Instrucciones de carga
INSTRUCCIÓN DESCRIPCIÓN CÓDIGO STATUS
LDI Carga valor inmediato 40
LD Carga 41 hecha
ST Almacenamiento 42 hecha

Desplazamiento

Instrucciones de desplazamiento
INSTRUCCIÓN DESCRIPCIÓN CÓDIGO STATUS
SL Desplazamiento izquierda 70 hecha
SR Desplazamiento derecha 71 hecha
RL Rotación izquierda 72 hecha
RR Rotación derecha 73 hecha