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 C:\IRVINE\IRVINE32.INC
.386
.STACK 4096
EXITPROCESS PROTO,DWEXITCODE:DWORD
.CODE
MAIN PROC
call ReadInt
AND eax,1
INVOKE EXITPROCESS,0
MAIN ENDP
END MAIN
No comments:
Post a Comment