Реферат: Создание программы с использованием программного продукта Turbo Assembler
push dword ptr [ebp+08h]
call InvalidateRect
wmpaint:
push offset pnt
push dword ptr [ebp+08h]
call BeginPaint
mov hdc,eax
push 5
push offset clear
push 100
push 100
push hdc
call TextOutA
push 1
push offset char
push 100
push 100
push hdc
call TextOutA
push offset pnt
push eax
call EndPaint
mov eax,0
jmp finish
wmcreate:
mov eax,0
jmp finish
defwndproc:
push dword ptr [ebp+14h]