home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / archives / limanews.exe / CS1_EA5.TXT < prev    next >
Text File  |  2006-10-19  |  3KB  |  58 lines

  1. ORIGINALLY PUBLISHED IN LIMA NEWSLETTER JUNE 1987
  2.  
  3.  
  4.         CASSETTE LOADING OF ASSEMBLY PROGRAMS 
  5.  
  6.                 Text by Mel Nomina 
  7.               Software by Tom Freeman
  8.  
  9.     We have lots of high quality assembly language
  10. software in our group library, but you need a disk system
  11. to use it, right?  I thought so too, but I was wrong.  At
  12. a recent user group meeting a member with only a console
  13. and a stand alone 32K asked me if there was a termilal
  14. emulator better than the TEII.  I said there were alot of
  15. emulator programs available but if you don't have a disk
  16. drive & 32K you can't use them.  But I remembered reading
  17. someplace that there is software that can take an E/A #5
  18. (RUN PROGRAM FILE) program and dump it from disk to tape.
  19. After some help and research I found where the software
  20. had been published in a commerical publication.  I
  21. contacted the author, Tom Freeman, and he has given
  22. permission to reprint his software. 
  23.  
  24.     Those with a tape only system can now load and run
  25. from tape any program image assembly language program (E/A
  26. #5) in our group library IF (and only if) you also have a
  27. stand alone 32K and the E/A module.  All you need to do is
  28. get a friend to use the software below and save E/A #5
  29. programs off of disk to tape for you.  Just load the
  30. TAPE/DISK file from TI BASIC with the E/A module pluged in
  31. and follow instructions.  You can't use FUNNELWEB to load
  32. this software.  This software (which must be loaded from
  33. disk) will convert disk program image files to tape, or
  34. tape program image files to disk. 
  35.    
  36.     Once assembly programs are saved to tape this is how
  37. the tapes are loaded.  Remember, you need 32K and the E/A
  38. module. 
  39. 1.  Select #2 for Editor/Assembler 
  40. 2.  Select #5 for RUN PROGRAM FILE 
  41. 3.  When asked for PROGRAM FILE enter "CS1.X" 
  42.       (don't just enter CS1). 
  43. 4.  You will then go through the normal tape loading
  44.       instructions.                                     
  45. 5.  If there is more than one file to load you will be 
  46.       asked to REWIND CASSETTE.  If the files are one
  47.       after the other, don't rewind, just keep loading. 
  48.       When everything is loaded, the assembly language 
  49.       program will autostart.
  50. 6.  HAVE FUN!!!!! 
  51.  
  52.     The first listing below is in TI BASIC.  It should be
  53. typed in and saved to disk using any file name that is
  54. convenient.  The second listing below is assembly code
  55. that should be typed in using the E/A or FUNNELWEB editor
  56. and then assembled using the E/A or FUNNELWEB assembler.   
  57. The object file name should be DISKTAPE/O
  58.