fork download
  1. int main(){
  2. 013C1002 in al,dx
  3. 013C1003 sub esp,14h
  4. 013C1006 mov eax,dword ptr ds:[013C3000h]
  5. 013C100B xor eax,ebp
  6. 013C100D mov dword ptr [ebp-4],eax
  7. std::vector<int> v(10,0);
  8. 013C1010 lea eax,[ebp-14h]
  9. 013C1013 push eax
  10. 013C1014 push ecx
  11. 013C1015 lea ecx,[v]
  12. 013C1018 mov dword ptr [ebp-14h],0
  13. 013C101F mov dword ptr [v],0
  14. 013C1026 mov dword ptr [ebp-0Ch],0
  15. 013C102D mov dword ptr [ebp-8],0
  16. 013C1034 call std::vector<int,std::allocator<int> >::_Construct_n (013C1070h)
  17. v[0] = 1;
  18. 013C1039 mov ecx,dword ptr [v]
  19.  
  20. }
  21. 013C103C push ecx
  22. v[0] = 1;
  23. 013C103D mov dword ptr [ecx],1
  24. v[1] = 2;
  25. 013C1043 mov dword ptr [ecx+4],2
  26. v[2] = v[0] + v[1];
  27. 013C104A mov eax,dword ptr [ecx]
  28. 013C104C add eax,2
  29. 013C104F mov dword ptr [ecx+8],eax
  30.  
  31. }
  32. 013C1052 call dword ptr ds:[13C2098h]
  33. 013C1058 mov ecx,dword ptr [ebp-4]
  34. 013C105B xor ecx,ebp
  35. 013C105D add esp,4
  36. 013C1060 xor eax,eax
  37. 013C1062 call __security_check_cookie (013C10CBh)
  38. 013C1067 mov esp,ebp
  39. 013C1069 pop ebp
  40. 013C106A ret
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:1: error: comma, colon or end of line expected
prog.asm:2: error: label or instruction expected at start of line
prog.asm:3: error: label or instruction expected at start of line
prog.asm:4: error: label or instruction expected at start of line
prog.asm:5: error: label or instruction expected at start of line
prog.asm:6: error: label or instruction expected at start of line
prog.asm:7: error: parser: instruction expected
prog.asm:8: error: label or instruction expected at start of line
prog.asm:9: error: label or instruction expected at start of line
prog.asm:10: error: label or instruction expected at start of line
prog.asm:11: error: label or instruction expected at start of line
prog.asm:12: error: label or instruction expected at start of line
prog.asm:13: error: label or instruction expected at start of line
prog.asm:14: error: label or instruction expected at start of line
prog.asm:15: error: label or instruction expected at start of line
prog.asm:16: error: label or instruction expected at start of line
prog.asm:17: error: parser: instruction expected
prog.asm:18: error: label or instruction expected at start of line
prog.asm:20: error: label or instruction expected at start of line
prog.asm:21: error: label or instruction expected at start of line
prog.asm:22: error: symbol `v' redefined
prog.asm:22: error: parser: instruction expected
prog.asm:23: error: label or instruction expected at start of line
prog.asm:24: error: symbol `v' redefined
prog.asm:24: error: parser: instruction expected
prog.asm:25: error: label or instruction expected at start of line
prog.asm:26: error: symbol `v' redefined
prog.asm:26: error: parser: instruction expected
prog.asm:27: error: label or instruction expected at start of line
prog.asm:28: error: label or instruction expected at start of line
prog.asm:29: error: label or instruction expected at start of line
prog.asm:31: error: label or instruction expected at start of line
prog.asm:32: error: label or instruction expected at start of line
prog.asm:33: error: label or instruction expected at start of line
prog.asm:34: error: label or instruction expected at start of line
prog.asm:35: error: label or instruction expected at start of line
prog.asm:36: error: label or instruction expected at start of line
prog.asm:37: error: label or instruction expected at start of line
prog.asm:38: error: label or instruction expected at start of line
prog.asm:39: error: label or instruction expected at start of line
prog.asm:40: error: label or instruction expected at start of line
stdout
Standard output is empty