Advertisement
Treyzania

RapidASM @ fca84f5 (pangram.rsm)

Mar 19th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ; Generated from examples\pangram.rsm
  2. section_DATA:
  3. section.data
  4.  
  5. someString db "This is a string."
  6. dd 10070783
  7. .skip 256
  8. somePointer dd !
  9. section_DATA_end:
  10.  
  11. section_TEXT:
  12. section.text
  13.  
  14. anotherValue dw 42
  15. sub_nocall:
  16. ; BLOCK: 1476011703 (11)
  17. int 0x80
  18. mov ax, bx
  19. ; IF AT : 30
  20. ; BLOCK: 1603195447 (0)
  21. ; END BLOCK: 1603195447
  22. ; BLOCK: 792791759 (1)
  23. cli
  24. ; END BLOCK: 792791759
  25. int 420
  26. mov [$eax], eax, ebx
  27. mov ebx, [$dx + 4], dx
  28. ; BLOCK: 1191747167 (1)
  29. int 0x00
  30. ; END BLOCK: 1191747167
  31. ; BLOCK: 1094834071 (1)
  32. add ax, bx
  33. ; END BLOCK: 1094834071
  34. push ax
  35. pop bx
  36. ; END BLOCK: 1476011703
  37. ret
  38. sub_nocall_end:
  39.  
  40. sub_cdeclconv:
  41. ; BLOCK: 1761061602 (3)
  42. pop bx
  43. ; IF AT : 65
  44. ; BLOCK: 1330106945 (0)
  45. ; END BLOCK: 1330106945
  46. ; BLOCK: 1279149968 (0)
  47. ; END BLOCK: 1279149968
  48. ; END BLOCK: 1761061602
  49. ret
  50. sub_cdeclconv_end:
  51.  
  52. sub_subwithargs:
  53. ; BLOCK: 59559151 (1)
  54. ; BLOCK: 1450821318 (1)
  55. inc integer
  56. ; END BLOCK: 1450821318
  57. ; END BLOCK: 59559151
  58. ret
  59. sub_subwithargs_end:
  60.  
  61. section_TEXT_end:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement