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,cr,lf,0 space byte " ",0 .CODE _start: mov ecx,1 mov ebx,1 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