home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp48 / 4284 < prev    next >
Encoding:
Text File  |  1992-08-17  |  3.4 KB  |  90 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!rdg.dec.com!ryn.mro4.dec.com!pinbot.enet.dec.com!ervin
  3. From: ervin@pinbot.enet.dec.com (Joseph James Ervin)
  4. Subject: Re: Some questions ....
  5. Message-ID: <1992Aug17.122125.19476@ryn.mro4.dec.com>
  6. Lines: 77
  7. Sender: news@ryn.mro4.dec.com (USENET News System)
  8. Reply-To: ervin@pinbot.enet.dec.com (Joseph James Ervin)
  9. Organization: Digital Equipment Corporation
  10. References:  <199208142309.AA06118@seq.uncwil.edu>
  11. Date: Mon, 17 Aug 1992 12:21:25 GMT
  12.  
  13.  
  14. In article <199208142309.AA06118@seq.uncwil.edu>, P5JARGOM@UTFSM.BITNET (Javier Argomedo Zazzali) writes:
  15.  
  16. |>Hi,
  17. |>I'll be very grettigs if anybody can answer some questions about
  18. |>my hp48s.
  19. |>
  20. |>* What really does the ML RESET instruction...? i read that it
  21. |>reset the data bus (or something alike), but when i dissasemble
  22. |>the ROM (at @00000 address or at @0000F for interrupts) there are
  23. |>some branchs that does a RESET  ???
  24.  
  25. The reset instruction essentially just sends "reset" command onto the 
  26. I/O bus inside the HP48.  It does not reset the CPU; instruction 
  27. execution proceeds normally and the CPU registers are not modified by 
  28. the RESET instruction.  The various portions of the HP48 hardware
  29. other than the actual CPU (for example, the mem controller, 
  30. the display controller, any installed ROM cards, the serial
  31. line controller) are all I/O devices that sit on the CPU's 
  32. bus.  The RESET instruction resets _those_ devices, i.e.
  33. all of those devices are "unconfigured" and will no longer 
  34. respond to their addresses until they are reconfigured.
  35.  
  36.  
  37. |>* Have anybody the descriptions of the Operating System Flags
  38. |>lacated at @70XXX?, some of them are documented in the internals
  39. |>listings, but are only a fews ones....
  40.  
  41. |>* Have anybody the descriptions of the hardware IO registers located
  42. |>at @001XX  ??? they are used in the interrupt handling.
  43.  
  44. Let me send you my disassembly of the interrupt handler. It should 
  45. answer many of the questions you have.
  46.  
  47. |>* I don't remember where,but i had read a document that says that the R4
  48. |>register was used as a interrupt vector, and it cannot be changed,
  49.  
  50. This is false.  Interrupts do not alter the contents of any of the 
  51. CPU registers.  
  52.  
  53. |>Wich is exactly the function of the r4 register  ???  is rigth my
  54. |>information ?
  55.  
  56. R4 is a normal register just like R0-R3.  No difference.
  57.  
  58. |>* I had open my 48s, and i found that it have some type of connector
  59. |>on the back side of the printed circuit...  i think it is the
  60. |>connector to the expansion ports ...  I want to add some tipe of
  61. |>IO to my calculator,  Have anybody the descrptions of that signal
  62. |>lines ??   refered to the ones of the memory pack.
  63.  
  64. Good luck.  Maybe you should have bought the HP48SX, eh?
  65.  
  66. |>
  67. |>Thanks a lot...
  68. |>
  69. |>ps.    excuse my pooooooooor english.
  70. |>
  71. |>=========================================================================
  72. |>Javier Argomedo Zazzali                      e-mail P5JARGOM@UTFSM.BITNET
  73. |>Electronic Engineering Student
  74. |>UTFSM University, Valparaiso, Chile.
  75. |>=========================================================================
  76. |>
  77.  
  78.  
  79. I'll try to send along my disassembly of the interrupt handler, but
  80. if you don't hear from me in a day or so, then please send mail to 
  81. "ervin@pinbot.enet.dec.com".
  82.  
  83. Also, any other ML programmers out there who would like to know 
  84. more about how the I/O hardware on the HP48 works, send me mail
  85. and I'll forward you a copy as well.
  86.  
  87. Regards,
  88.  
  89. >>>Joe Ervin
  90.