Advertisement
math230

# extract opcode from 32 bit MIPS instruction

Oct 11th, 2019
3,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.11 KB | None | 0 0
  1. .text   # extract opcode from 32 bit MIPS instruction
  2.     li $t0,0x8d080005    #lw $t0,5($t0)
  3.     srl $t1, $t0, 26
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement