online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
.386 .MODEL FLAT ExitProcess PROTO NEAR32 stdcall, dwExitCode:DWORD INCLUDE io.h cr EQU 0dh Lf EQU 0ah .STACK 4096 .DATA res BYTE "(" satr BYTE 11 DUP (?) BYTE ")" BYTE "(" sotoon BYTE 11 DUP (?) BYTE ")",0 N_Line BYTE cr,lf,0 space BYTE " ",0 .CODE _start: mov ecx,1 ;sotoon mov ebx,1 ;satr f: mov eax,ecx dtoa sotoon,eax mov eax,ebx dtoa satr,eax output res output space inc ecx cmp ecx,0bh jne f output N_Line mov ecx,1 inc ebx cmp ebx,0bh jne f INVOKE ExitProcess, 0 PUBLIC _start END

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue