Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!uceng!egraeler From: egraeler@uceng.UC.EDU (Eric S Graeler) Newsgroups: comp.sys.handhelds Subject: Re: Tetris Summary: usr flags Message-ID: <7445@uceng.UC.EDU> Date: 12 Feb 91 18:19:06 GMT References: <1991Feb12.165331.4373@rodan.acs.syr.edu> Distribution: usa Organization: Univ. of Cincinnati, College of Engg. Lines: 18 > tell me what that number 3 on the top,center of my screen is doing there now? > And how I get rid of it? The HP48sx has two set of flags in it. The are flags that are used internally by the calculator. They are number -1 to -64. The do such things as for example, if -19 is set and you do a 2D the argument on the stack in level 1 and 2 go into a complex number. If flag -19 is clear they go into a two dimensional vector. Flags 1 to 64 are for the user. The calculator does not used them. So in your case if you do a 3 CF then that three will disapear. For flags 1 to 5 (those are user flags since they are positive) if they are set you will see the number of the flag at the top of the screen. All of this is documented in the manual. I took about 3 or 4 days to read through the manual and found out lots of good stuff that will make my life easier later. How many people know what the %%HP T(3)... etc. is used for in downloading programs? Eric Graeler egraeler@uceng.uc.edu