home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nasm097s.zip / TEST / INC2.ASM < prev    next >
Assembly Source File  |  1997-10-01  |  166b  |  9 lines

  1. ; This file is part of the include test.
  2. ; See inctest.asm for build instructions.
  3.  
  4. _main:      mov dx,message
  5.       mov ah,9
  6.       int 21h
  7.       mov ax,4c00h
  8.       int 21h
  9.