home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp48 / 4071 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.9 KB  |  43 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!mcsun!fuug!funic!nntp.hut.fi!nntp.hut.fi!mheiskan
  3. From: mheiskan@hut.fi (Mika Heiskanen)
  4. Subject: Re: 'WICKED' post
  5. In-Reply-To: robf@cs.umr.edu's message of 19 Jul 92 08:14:03 GMT
  6. Message-ID: <MHEISKAN.92Jul30010759@vipunen.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: vipunen.hut.fi
  9. Reply-To: mheiskan@.vipunen.hut.fi
  10. Organization: Helsinki University of Technology - Finland
  11. References: <5462@umriscc.isc.umr.edu>
  12. Date: 30 Jul 92 01:07:59
  13. Lines: 28
  14.  
  15. In article <5462@umriscc.isc.umr.edu> robf@cs.umr.edu (Rob Fugina) writes:
  16.  
  17.   In regards to the 'wicked' post about accessing the hidden directory...  I
  18.   read that, to carry out the procedure, I need a PEEK/POKE program (which I
  19.   have) and I need to be familiar with the 'internal' debugger.  I am familiar
  20.   with the INTERNAL debugger, but the reference to the debugger is confusing.
  21.   The instructions say, and I quote, 'enter the debugger, go to F0592.  Read
  22.   the first five nibbles.'  The debugger that's built into the hp48sx (which
  23.   is what I'm assuming is the 'internal' debugger, doesn't have any features
  24.   that I know about that can be used to reference memory directly.  I tried
  25.   to view the memory locations using PEEK, but the answers didn't check out.
  26.  
  27. Well, I haven't read the wicked post, but I have my internals list, so:
  28.  
  29. 64023  HP:RclHiddenVar  (1:ID -> 2:contents 1:True / 1:False)
  30. 64037  HP:WithHidden    (Sets hidden dir for the next command only)
  31. 64078  HP:StoHiddenVar  (2:Any 1:ID)
  32. 6408C  HP:PuHiddenVar   (1:Id)
  33. 640BE  HP:SetHiddenRes  (Changes to hidden dir)
  34.  
  35. 0B9D4  HiddenDir@       (Rcls hidden dir -> 2:DIR 1:True / 1:False)
  36. 0BA7D  MkNullHiddenDIR  (Stores an empty directory as hidden dir)
  37. 0BB40  MkNullHiddenDIR? (Above if hidden dir doesn't already exist)
  38.  
  39. Ones marked with HP: are supported, others may work on rev. E only.
  40.  
  41. --
  42. --> mheiskan@vipunen.hut.fi
  43.