Facebook
From Mahmud Naeem, 9 Months ago, written in x86 Assembler.
This paste is a reply to Re: Re: Re: Re: Untitled from Mahmud Naeem - go back
Embed
Viewing differences between Re: Re: Re: Re: Untitled and Re: Re: Re: Re: Re: Untitled
.stack 100h
.model small  
.data
    str1 db 'HELLO'
'NAEEM'
    str2 db 5 dup(?)