Facebook
From Mahmud Naeem, 9 Months ago, written in x86 Assembler.
This paste is a reply to Re: Re: Re: Untitled from Mahmud Naeem - view diff
Embed
Download Paste or View Raw
Hits: 296
  1. .stack 100h
  2. .model small  
  3. .data
  4.     str1 db 'HELLO'
  5.     str2 db 5 dup(?)

Replies to Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Untitled Mahmud Naeem asm 9 Months ago.