.file "winchar.s"
.text
.def _mainCRTStartup; .scl 2; .type 32; .endef
_mainCRTStartup:
pushl %eax
movl %esp, %edi
pushl %eax
movl %esp, %esi
movl $32, %ebx
L8:
pushl $-11
call _GetStdHandle@4
pushl $0
pushl %esi
pushl $1
pushl %edi
pushl %eax
movl %ebx, (%edi)
call _WriteFile@20
cmpl $10, %ebx
je L1
incl %ebx
cmpl $126, %ebx
jle L8
movb $10, %bl
jmp L8
L1:
popl %eax
popl %eax
xorl %eax, %eax
ret