home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / RTOOLS.ZIP / EXIT.ASM < prev    next >
Encoding:
Assembly Source File  |  1993-11-12  |  34 b   |  4 lines

  1. _macro exit
  2.  
  3. mov ah,4ch
  4. int 21h