Skip to content

Commit

Permalink
Support for assembling slti instructions. (#4508)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius authored May 23, 2024
1 parent bce7bd7 commit 1d9ae2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/arch/isa/mips/mips_assembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static struct {
{ "sll", 'R', -3, 0, 0 },
{ "sllv", 'R', 3, 4, 0 },
{ "slt", 'R', 3, 42, 0 },
{ "slti", 'I', 3, 10, 0 },
{ "sltu", 'R', 3, 43, 0 },
{ "sra", 'R', -3, 3, 0 },
{ "srl", 'R', -3, 2, 0 },
Expand Down

0 comments on commit 1d9ae2a

Please sign in to comment.