Test pseudo addi

This commit is contained in:
unlockable
2024-07-12 10:57:21 +08:00
parent e307e41f70
commit a64e3e5280
3 changed files with 11 additions and 0 deletions

3
17test_pseudo_addi.asm Normal file
View File

@@ -0,0 +1,3 @@
addi $s0, $zero, 0xfadd
end:
j end

4
17test_pseudo_addi.txt Normal file
View 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;

View File

@@ -0,0 +1,4 @@
3c010000
3421fadd
00018020
08000003