Advertisement
Treyzania

RapidASM @ 17cdb2f (pangram.rsm)

Mar 19th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. ; Generated from examples\pangram.rsm
  3. section_DATA:
  4. section.data
  5.  
  6. someString db "This is a string."
  7. dd 10070783
  8. .skip 256
  9. somePointer dd !
  10. section_DATA_end:
  11.  
  12. section_TEXT:
  13. section.text
  14.  
  15. anotherValue dw 42
  16. sub_nocall:
  17. ; BLOCK: 1971489295 (2)
  18. int 0x80
  19. mov ax, bx
  20. ; END BLOCK: 1971489295
  21. ret
  22. sub_nocall_end:
  23.  
  24. sub_cdeclconv:
  25. ; BLOCK: 985655350 (1)
  26. pop bx
  27. ; END BLOCK: 985655350
  28. ret
  29. sub_cdeclconv_end:
  30.  
  31. sub_subwithargs:
  32. ; BLOCK: 804611486 (1)
  33. ; BLOCK: 2008017533 (1)
  34. inc integer
  35. ; END BLOCK: 2008017533
  36. ; END BLOCK: 804611486
  37. ret
  38. sub_subwithargs_end:
  39.  
  40. section_TEXT_end:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement