Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvra.cv.hp.com!rnews!hpcvbbs!akcs.joehorn From: akcs.joehorn@hpcvbbs.UUCP (Joseph K. Horn) Newsgroups: comp.sys.handhelds Subject: Re: Matrix Writer Keywords: implementing inside programs? (mat. wrt.) Message-ID: <27df194c:2377.2comp.sys.handhelds;1@hpcvbbs.UUCP> Date: 14 Mar 91 06:40:06 GMT References: <27db3149:2377comp.sys.handhelds@hpcvbbs.UUCP> <27defe95:2377.1comp Lines: 29 Victor M. Asturias asks: > Within a program I would like to call on the matrix writer to ease > the input of data and to have this data stored in a user defined > variable. I would appreciate any ideas on how to solve my problem. > Thank You; > Victor M. Asturias > Syracuse University # 3B068h SYSEVAL runs the Matrix Writer (new, empty matrix). If you want to pre-load it with an existing matrix, place the matrix on level 1 and use # 3A645h SYSEVAL. All the "non-programmable" key functions are really programmable, of course, by SYSEVALing the proper address. For example, the inter- active stack can be programmed by # 3A93Dh SYSEVAL. INPUT lets you turn alpha mode on, but PROMPT doesn't, unless you use # 3AA0Ah SYSEVAL first. Note: flag -60 is used by the alpha key, and hence by this SYSEVAL, which _is_ the alpha key's program. Want to program VISIT? Dumb Visit (key 52.3) is # 3B12Bh SYSEVAL; Smart Visit (key 35.3) is # 3AF69h SYSEVAL. Keep in mind that the action of keys depends on the mode you're in; "smart visit" becomes "full down" in graphics mode... These work on version E. All were found using the Voyager program by Derek Nickel. Use them at your own risk. -- Joseph K. Horn -- Peripheral Vision, Ltd. --