home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / tcom96 / debugger / a_to_d.hlp next >
Encoding:
Text File  |  1990-09-11  |  561 b   |  19 lines

  1. A-TO-D.HLP    words to measure 80c196 a-to-d channels
  2.  
  3.  
  4.  
  5. .RZ ( 16bit n -- ) display a number right justified in n columns
  6.         Similar to .R but with leading zeros instead of blanks
  7.         This is used by .volts
  8.  
  9. .volts ( adresult -- ) scale an a-to-d measurement and display it as volts
  10.  
  11.  
  12.  
  13. measure ( channel -- )  measure and display one A to D channel
  14.  
  15. measure-all ( -- )  Measure all channels repeatedly and make a kind of
  16.                     bargraph presentation on the screen.
  17.                    "Mike's 80c196 8-channel voltmeter"
  18.  
  19.