inc2.asm 158 B

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