David Rabiner
01-06-2005, 08:09 PM
Hello, all.
How do we code to test or set a bit. Say x04FE .7 (which I see is
read-only, but I'm pretending).
To set it, it would be something like: x04FE = x04FE + x80 ???
To check it, it would be something like: if x04FE and x80 then .... ???
What is the exact syntax for both of these?
Warm regards,
David
How do we code to test or set a bit. Say x04FE .7 (which I see is
read-only, but I'm pretending).
To set it, it would be something like: x04FE = x04FE + x80 ???
To check it, it would be something like: if x04FE and x80 then .... ???
What is the exact syntax for both of these?
Warm regards,
David