Skip to content

Commit

Permalink
Añado prueba jump pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Aug 5, 2020
1 parent a3836db commit 4ff57cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Punto 4/prueba4.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Caso de prueba 4
addi $t0,$zero,4
addi $t1,$zero,8
j $t0, $t1 #Debe saltar a la siguiente instruccion
add $t0,$t0,$t0 #Esto es un WAR (y tambien RAR), se verifica que no rompe

0 comments on commit 4ff57cb

Please sign in to comment.