home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / CONFIG.LC / CPXSTART.S < prev    next >
Encoding:
Text File  |  2001-02-10  |  251 b   |  19 lines

  1. ; cpxstart.asm
  2. ;=============================================================================
  3. ; Startup file for COLOR.CPX
  4. ;
  5.  
  6.  
  7.  
  8. ; Globals
  9.     xdef        cpxstart
  10.     
  11. ; Externs
  12.     xref        _cpx_init
  13.     
  14.     text
  15.  
  16. cpxstart:
  17.          jmp _cpx_init
  18.     end
  19.