50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

flag settings

flag settings

2008-08-14 by Rachelle

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 !

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
>
>
>

Re: flag settings

2008-08-18 by Rachelle

Do I need to save the flag settings in the format they are in now,
or in binary?

Thanks so much !

Rachelle





--- In 50g@yahoogroups.com, Don Hart <ddhart1@...> wrote:
>
> 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
> >
> >
> >
>

Re: [50g] Re: flag settings

2008-08-18 by Don Hart

You don't "have to" save the list as I described. I didn't mean to leave that impression. If you choose to save it, it doesn't matter how it's displayed. The HEX or BIN setting changes only the way it appears on the screen, internally nothing changes, it's all the same. The same is true for the recent polar/rectangular discussion here, how the coodinate is presented to you on the screen is the only thing that's different.



--- On Mon, 8/18/08, Rachelle <rspencer1005@...> wrote:

> From: Rachelle <rspencer1005@...>
> Subject: [50g] Re: flag settings
> To: 50g@yahoogroups.com
> Date: Monday, August 18, 2008, 3:31 AM
> Do I need to save the flag settings in the format they are
> in now,
> or in binary?
>
> Thanks so much !
>
> Rachelle
>
>
>
>
>
> --- In 50g@yahoogroups.com, Don Hart <ddhart1@...>
> wrote:
> >
> > 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
> > >
> > >
> > >
> >
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>