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

  1. ; This file is part of the include test.
  2. ; See inctest.asm for build instructions.
  3.  
  4. message:  db 'hello, world',13,10,'$'
  5.  
  6. %include "inc2.asm"
  7.