home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp48 / 5785 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp.hut.fi!mheiskan
  3. From: mheiskan@hut.fi (Mika Heiskanen)
  4. Subject: Re: 48 SYSEVALed Keys
  5. In-Reply-To: akcs.alistairl@hpcvbbs.cv.hp.com's message of 16 Nov 92 21:40:02 GMT
  6. Message-ID: <MHEISKAN.92Nov17150423@lk-hp-12.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: lk-hp-12.hut.fi
  9. Reply-To: mheiskan@vipunen.hut.fi
  10. Organization: Helsinki University of Technology, Finland
  11. References: <1992Nov10.002238.2425@vax1.mankato.msus.edu>
  12.     <2b080efe.2130.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  13. Date: 17 Nov 92 13:04:23 GMT
  14. Lines: 22
  15.  
  16. In article <2b080efe.2130.1comp.sys.hp48.1@hpcvbbs.cv.hp.com> akcs.alistairl@hpcvbbs.cv.hp.com (Alistair S Lang) writes:
  17.  
  18. >I've just discovered key.sysevals.Z in the hp48/hardware/  directory
  19. >of seq.uncwil.edu . I've dragged it from another window to this one
  20. >using XWindows:
  21. >[...]
  22.  
  23. Here's another hacking tool should anobody be interested..
  24.  
  25. FINDKEY
  26. ( <keypress> -> 2:object 1:address (as user binary) )
  27. :: WaitForKey
  28.    PTR 3FB1F           @ Address of Key-pointer array as system binary
  29.    ROTSWAP
  30.    PTR C4EC DROP    @ Find correct key
  31.    PTR C4EC DROPDUP    @ Find correct plane
  32.    PTR C612        @ Recall object
  33.    SWAP #>HXS        @ Address to hxs
  34. ;
  35.  
  36. --
  37. --> mheiskan@vipunen.hut.fi
  38.