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 - view diff
Embed
Download Paste or View Raw
Hits: 300
  1. .stack 100h
  2. .model small  
  3. .data
  4.     str1 db 'NAEEM'
  5.     str2 db 5 dup(?)