home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol141 / osbdumb.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.5 KB  |  47 lines

  1.        Documentation for OSBDUMB (aka DUMB)
  2.  
  3. OSBDUMB is a program only for the Osborne-1,  as it 
  4. uses  the bank switching of the Osborne-1 to get at 
  5. the  serial  port,  and it uses a routine  that  is 
  6. specific to the Osborne BIOS.
  7.  
  8. DUMB is a program that allows the Osborne-1 to work 
  9. as  a  dumb terminal to many things.  It can  be  a 
  10. terminal  to  access  the SOURCE,  or it can  be  a 
  11. terminal to a bulletin board.
  12.  
  13. Its  main advantage over the established  utilities 
  14. such as MODEM,  MODEM7 etc is that is allows you to 
  15. take  a  hardcopy  of  the  dialog  directly  on  a 
  16. printer, rather than store it in memory.
  17.  
  18. RESTRICTIONS
  19.  
  20. To  take advantage of the hardcopy  procedure,  you 
  21. will need a printer connected to the parallel port, 
  22. (or  the IEEE port) of your Osborne,  and have  the 
  23. IOBYTE  configured  to indicate that (use SETUP  or 
  24. STAT)
  25.  
  26. USAGE
  27.  
  28. To use the program, just type OSBDUMB, there are no 
  29. parameters.  You will be prompted as to whether you 
  30. require Half or Full-Duplex mode,  and for the Baud 
  31. rate  (300 or 1200 buad).
  32.  
  33. ASSEMBLY
  34.  
  35. At  the  moment,   DUMB  needs  the  Microsoft  M80 
  36. assembler,  but  work  is  underway  to  develop  a 
  37. version  that  uses  ASM.  The  ASM  version  will, 
  38. regretably,  produce a larger COM file than the M80 
  39. version  (18K vs 2K),  but "thems  the  breaks"!  I 
  40. think that there are enough comments in the program 
  41. to  allow  the prospective modifier to see what  is 
  42. going  on,  but  bear  in mind  that  it  uses  Z80 
  43. mnemonics  (at the moment),  and some specific  Z80 
  44. instructions.
  45.  
  46.  
  47.