Hello World Program in Assembly Language

include irvine32.inc

.data
msg byte " Hello World .. Its My First Assambly Program ",0,13h,10h

.code
main proc
call clrscr
mov edx,offset msg
call writestring
call crlf
exit
main endp
end main


0 comments:

Post a Comment

My Instagram