home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / src.lha / src / devs / rhslip / endcode.asm < prev    next >
Encoding:
Assembly Source File  |  1996-09-08  |  220 b   |  11 lines

  1. * $Id: endcode.asm,v 1.1 1993/08/17 00:00:00 rhialto Exp $
  2. *
  3. *   endcode.asm  -       For RomTag EndSkip
  4. *
  5.         section text,code       ;; so it is dead-last (data hunk)
  6.  
  7.         XDEF    EndCode
  8. EndCode:
  9.  
  10.         END
  11.