Advertisement
Guest User

Untitled

a guest
Jul 5th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ echo "SV.EXTSW *%R47, 3" | ./gas/as-new -mregnames -mlibresoc - -o /tmp/test.o && ./binutils/objdump -dr /tmp/test.o
  2.  
  3. /tmp/test.o: file format elf64-powerpcle
  4.  
  5.  
  6. Disassembly of section .text:
  7.  
  8. 0000000000000000 <.text>:
  9. 0: 00 38 40 05 .long 0x5403800
  10. 4: b4 07 6b 7c extsw r11,r3
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement