50g group photo

Yahoo Groups archive

50g

Index last updated: 2026-03-31 17:30 UTC

Message

Re: [50g] flag settings

2008-08-16 by Don Hart

Hey Rachelle,

When you execute the RCLF command you get a list of 2 "binary" integers. The 1st one is the state of the system flags, the 2nd is the user flags. They are supposed to be a direct mapping of the flag settings, 1 if the flag is set, 0 if not, with flag -1 (or 1, respectively) being the least significant (rightmost) digit. To see these integers as only 1's & 0's, do MTH -> BASE -> BIN. That will switch your display from the HEX mode you apparently have it in.

Unlike the flag browser, all of the flags are represented, so you can see, for instance, the state of flag 4 or 5 etc. Some of the settings need more than one bit, the 3 way toggle between RECT, CYLIN, & SPHERE is one of them, if I recall correctly.

If you do a RCLF and then store the list under a name such as MYFLAGS, you can then recall the list to the stack and do a STOF to restore the state of the flags. You can keep a copy of your favorite flag settings in MYFLAGS in case you want to experiment with the flag settings and then return to where you were before you made any changes.

The flags should be the same if you're in user mode except for the flag that sets the user mode.

Hope that helps


--- On Thu, 8/14/08, Rachelle <rspencer1005@...> wrote:

> From: Rachelle <rspencer1005@...>
> Subject: [50g] flag settings
> To: 50g@yahoogroups.com
> Date: Thursday, August 14, 2008, 10:42 AM
> When I recall the current flag settings for my calculator, I
> get a
> series of numbers and letters. Can anyone tell me how these
> correspond
> to which flags are set? Will the current flag settings
> apply with the
> calculator in user mode?
>
> Thanks !
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

Attachments