home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 168.dms / 168.adf / Lost-kilobytes (.txt) < prev    next >
AmigaBASIC Source Code  |  1988-07-25  |  475b  |  16 lines

  1. REM memory linker
  2. CLEAR ,38000
  3. SCREEN 1,640,220,2,2
  4. WINDOW 2,"LOST KILOBYTES ADVENTURE",,1,1
  5. CLS:PRINT "*******************************************************************************
  6.  PRINT :PRINT : PRINT  TAB(23)"LOST KILOBYTES":PRINT  
  7.  PRINT TAB(25)"ADVENTURE":PRINT 
  8.  PRINT TAB(27)"GAME":PRINT 
  9.  PRINT TAB(28)"BY":PRINT 
  10.  PRINT TAB(24)"JOHN ANTHONY":PRINT 
  11.  PRINT  
  12.  PRINT "*******************************************************************************
  13.  PRINT :PRINT :PRINT TAB(17)"Please wait.. loading data" 
  14. CHAIN "LKB"
  15.  
  16.