home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / CALCULTR / BASECONV.LBR / BASECONV.FZR / BASECONV.FOR
Text File  |  2000-06-30  |  896b  |  24 lines

  1.                                                 The Cave of CP/M
  2.                                                     in San Diego
  3.  
  4.                           BASECONV.LBR
  5.  
  6. BASECONV snappily converts numbers in base hexadecimal, decimal,
  7. octal, or binary to numbers in base hexadecimal, decimal, octal,
  8. or binary.  The author of "BASECONV.BAS" is Gary Woodward, but
  9. essentially the same program appears elsewhere by other authors.
  10.  
  11. After generating BASECONV.REL from BASECONV.BAS with BASCOM I
  12. used OBSLIB.REL with L80 to create the standalone BASECONV.COM
  13. program supplied in this library.  I also "nulled out" three
  14. machine-specific lines of code beforehand:
  15.  
  16. HI$="xxxxxxxx"   ; inverse video ON
  17. LO$="xxxxxxxx"   ; inverse video OFF
  18. BL$="xxxxxxxx"   ; ring bell
  19.  
  20. These lines near the beginning of the program are now "".
  21.  
  22.  
  23. Ted Logan, 871025 A.D.
  24.