home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / ramfs / start.s < prev   
Encoding:
Text File  |  1993-08-03  |  182 b   |  6 lines

  1. | This module (start.o) must be linked first, ensuring that this will
  2. | be the first instruction of the program. Thanks to Stephen Henson
  3. | for this neat trick!
  4.  
  5.     jmp _ram_init
  6.