Advertisement
Dimension

testExport_OpcodeOperator.dis.asm

Dec 26th, 2011
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 00000000  11C1              adc ecx,eax
  2. 00000002  19C1              sbb ecx,eax
  3. 00000004  F7E1              mul ecx
  4. 00000006  31D2              xor edx,edx
  5. 00000008  31D2              xor edx,edx
  6. 0000000A  F7F1              div ecx
  7. 0000000C  31D2              xor edx,edx
  8. 0000000E  31D2              xor edx,edx
  9. 00000010  F7F1              div ecx
  10. 00000012  89D0              mov eax,edx
  11. 00000014  31D2              xor edx,edx
  12. 00000016  01C1              add ecx,eax
  13. 00000018  29C1              sub ecx,eax
  14. 0000001A  F7E9              imul ecx
  15. 0000001C  31D2              xor edx,edx
  16. 0000001E  31D2              xor edx,edx
  17. 00000020  F7F9              idiv ecx
  18. 00000022  31D2              xor edx,edx
  19. 00000024  31D2              xor edx,edx
  20. 00000026  F7F9              idiv ecx
  21. 00000028  89D0              mov eax,edx
  22. 0000002A  31D2              xor edx,edx
  23. 0000002C  FFC0              inc eax
  24. 0000002E  FFC8              dec eax
  25. 00000030  F7D8              neg eax
  26. 00000032  D8C1              fadd st1
  27. 00000034  D8E1              fsub st1
  28. 00000036  D8C9              fmul st1
  29. 00000038  D8F1              fdiv st1
  30. 0000003A  D9F5              fprem1
  31. 0000003C  D9E0              fchs
  32. 0000003E  21C1              and ecx,eax
  33. 00000040  09C1              or ecx,eax
  34. 00000042  31C1              xor ecx,eax
  35. 00000044  F7D0              not eax
  36. 00000046  D3E8              shr eax,cl
  37. 00000048  D3E0              shl eax,cl
  38. 0000004A  D3F8              sar eax,cl
  39. 0000004C  D3E0              shl eax,cl
  40. 0000004E  D3C8              ror eax,cl
  41. 00000050  D3C0              rol eax,cl
  42. 00000052  80F001            xor al,0x1
  43. 00000055  39C8              cmp eax,ecx
  44. 00000057  0F94C0            setz al
  45. 0000005A  83E001            and eax,byte +0x1
  46. 0000005D  39C8              cmp eax,ecx
  47. 0000005F  0F95C0            setnz al
  48. 00000062  83E001            and eax,byte +0x1
  49. 00000065  39C8              cmp eax,ecx
  50. 00000067  0F9FC0            setg al
  51. 0000006A  83E001            and eax,byte +0x1
  52. 0000006D  39C8              cmp eax,ecx
  53. 0000006F  0F9DC0            setnl al
  54. 00000072  83E001            and eax,byte +0x1
  55. 00000075  39C8              cmp eax,ecx
  56. 00000077  0F9CC0            setl al
  57. 0000007A  83E001            and eax,byte +0x1
  58. 0000007D  39C8              cmp eax,ecx
  59. 0000007F  0F9EC0            setng al
  60. 00000082  83E001            and eax,byte +0x1
  61. 00000085  39C8              cmp eax,ecx
  62. 00000087  0F97C0            seta al
  63. 0000008A  83E001            and eax,byte +0x1
  64. 0000008D  39C8              cmp eax,ecx
  65. 0000008F  0F93C0            setnc al
  66. 00000092  83E001            and eax,byte +0x1
  67. 00000095  39C8              cmp eax,ecx
  68. 00000097  0F92C0            setc al
  69. 0000009A  83E001            and eax,byte +0x1
  70. 0000009D  39C8              cmp eax,ecx
  71. 0000009F  0F96C0            setna al
  72. 000000A2  83E001            and eax,byte +0x1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement