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
v1 dword 1
v2 dword 1
.code
main proc
mov ebx,4
mov ecx,8
mul ecx
mov eax,v1
add eax,v2
div ebx
call dumpregs
invoke Exitprocess,0
main endp
end main
No comments:
Post a Comment