Test pseudo addi
This commit is contained in:
3
17test_pseudo_addi.asm
Normal file
3
17test_pseudo_addi.asm
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
addi $s0, $zero, 0xfadd
|
||||||
|
end:
|
||||||
|
j end
|
||||||
4
17test_pseudo_addi.txt
Normal file
4
17test_pseudo_addi.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
20'd0: instruction <= 32'h3c010000;
|
||||||
|
20'd1: instruction <= 32'h3421fadd;
|
||||||
|
20'd2: instruction <= 32'h00018020;
|
||||||
|
20'd3: instruction <= 32'h08000003;
|
||||||
4
17test_pseudo_addi_mars.txt
Normal file
4
17test_pseudo_addi_mars.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
3c010000
|
||||||
|
3421fadd
|
||||||
|
00018020
|
||||||
|
08000003
|
||||||
Reference in New Issue
Block a user