DB
Size: a a a
P
АШ
В
a db 2d
b db 2d
c db 2d
y db 0d
MsgCaption db "Result MUL",0
sfc db "%.c",0
.code
start:
xor eax,eax
xor ebx,ebx
xor edx,edx
xor ecx,ecx
mov AL,[a]
mov BL,[b]
mul BL
mov BL,[c]
mul BL
mov [y],AL
invoke wsprintf, y, sfc, EAX
invoke MessageBox, 0, addr y, addr MsgCaption, 0
push 0
call ExitProcess
.end start
АШ
В
АШ
A
A
addr
в данном случае не обязателенВ
В
В
II
DC
II
A
A