home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp48 / 6718 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!pinbot.enet.dec.com!ervin
  3. From: ervin@pinbot.enet.dec.com (Joseph James Ervin)
  4. Subject: Re: SYSEVAL #CEEAh (disable clock)
  5. Message-ID: <1993Jan6.133543.24871@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Reply-To: ervin@pinbot.enet.dec.com (Joseph James Ervin)
  8. Organization: Digital Equipment Corporation
  9. References: <2b48f1ee.2560comp.sys.hp48@hpcvbbs.cv.hp.com> <2b49df90.2560.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  10. Date: Wed, 6 Jan 1993 13:35:43 GMT
  11. Lines: 26
  12.  
  13.  
  14. In article <2b49df90.2560.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>, akcs.levenson@hpcvbbs.cv.hp.com (william j. levenson) writes:
  15.  
  16. |>
  17. |>To disable the clock display in a program, why not use the HP supported
  18. |>ClrDA1IsStat at #39531h ?  I haven't disassembled this and it may use the
  19. |>#CEEAh address but I'm not sure what that is doing either.  When in
  20. |>doubt, I would use the HP supported entry points when possible.
  21. |>
  22. |>I hope this helps,
  23. |>
  24. |>Bill Levenson
  25. |>
  26.  
  27.  
  28. It depends on why you want to disable the clock.  If you're programming
  29. in "user" or "system" RPL, then ClrDA1IsStat at #39531h should be fine.
  30.  
  31. If you're like me, however, and do most of your recreational programming
  32. in machine language, then you're probably worried about interrupts.  The
  33. ClrDA1IsStat word apparently only suppresses the RPL system from actually
  34. displaying the clock.  It does not, however, actually stop the 1-second 
  35. interrupts that are used to tell the RPL system when to advance the clock
  36. display.
  37.  
  38. >>>Joe Ervin
  39.