stevennathaniel

Hasil objdump Latihan3.asm

Aug 21st, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Latihan3: file format elf32-i386
  2.  
  3.  
  4. Disassembly of section .text:
  5.  
  6. 08048080 <.text>:
  7. 8048080: b8 04 00 00 00 mov $0x4,%eax
  8. 8048085: bb 01 00 00 00 mov $0x1,%ebx
  9. 804808a: b9 e4 90 04 08 mov $0x80490e4,%ecx
  10. 804808f: ba 1a 00 00 00 mov $0x1a,%edx
  11. 8048094: cd 80 int $0x80
  12. 8048096: b8 03 00 00 00 mov $0x3,%eax
  13. 804809b: bb 02 00 00 00 mov $0x2,%ebx
  14. 80480a0: b9 14 91 04 08 mov $0x8049114,%ecx
  15. 80480a5: ba 05 00 00 00 mov $0x5,%edx
  16. 80480aa: cd 80 int $0x80
  17. 80480ac: b8 04 00 00 00 mov $0x4,%eax
  18. 80480b1: bb 01 00 00 00 mov $0x1,%ebx
  19. 80480b6: b9 fe 90 04 08 mov $0x80490fe,%ecx
  20. 80480bb: ba 16 00 00 00 mov $0x16,%edx
  21. 80480c0: b8 04 00 00 00 mov $0x4,%eax
  22. 80480c5: bb 01 00 00 00 mov $0x1,%ebx
  23. 80480ca: b9 14 91 04 08 mov $0x8049114,%ecx
  24. 80480cf: ba 05 00 00 00 mov $0x5,%edx
  25. 80480d4: cd 80 int $0x80
  26. 80480d6: b8 01 00 00 00 mov $0x1,%eax
  27. 80480db: bb 00 00 00 00 mov $0x0,%ebx
  28. 80480e0: cd 80 int $0x80
Add Comment
Please, Sign In to add comment