home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / utils / rem.asm < prev    next >
Encoding:
Assembly Source File  |  1995-07-17  |  116 b   |  6 lines

  1. ; Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2.     .type    "com"
  3.     .org    0x100
  4.     mov    ax, 0x4c00
  5.     int    0x21
  6.