home *** CD-ROM | disk | FTP | other *** search
/ ANews 1 / AnewsCD01.iso / Internet / Newsgroup / THOR_2.6 / THOR26_API.LHA / common / NoName.asm < prev    next >
Assembly Source File  |  1993-05-13  |  126b  |  7 lines

  1.         section text,code
  2.  
  3.         xref    _NoName                  * Name of C program to start with.
  4.  
  5.     jmp    _NoName(PC)
  6.  
  7.     END