Hi Friends ! You are on HR Developers website. Here you can find the codes of different languages like c ,c++ , java, pyton and many other languages.
include irvine32.inc
.386
.stack 4096
Exitprocess proto,dwExitcode:dword
.data
A dword 4
B dword 5
C dword ?
.code
main proc
mov eax,A
add ebx,B
add eax,ebx
mov c,eax
call writeint
call dumpregs
invoke Exitprocess,0
main endp
end main
No comments:
Post a Comment