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">Repertorio de Instrucciones</td>
+
     <td colspan="5">
 +
        <center><b>Repertorio de Instrucciones</b></center>
 +
    </td>
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <td colspan="5">Aritmeticas</td>
+
     <td colspan="5">
 +
        <center><b>Aritmeticas</b></center>
 +
    </td>
 
</tr>
 
</tr>
  

Revisión del 03:59 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