??? 03/21/07 10:57 Read: times |
#135492 - Bit addressing |
Is there any simple way to set or clear any bit (from registers 20H..2FH) which address is stored for example in R0 ?
I'm trying to do: SETB 12H (register 22H bit 2) But this way : SETB @R0 , where R0=12H Of course there is no command SETB @R0. How to do it for any bit ? |
Topic | Author | Date |
Bit addressing | 01/01/70 00:00 | |
Example | 01/01/70 00:00 | |
One way... | 01/01/70 00:00 | |
what is simple? | 01/01/70 00:00 | |
OH boy | 01/01/70 00:00 | |
this is FAR from my notion of self-modifying code. | 01/01/70 00:00 | |
self modifyeing code - definition | 01/01/70 00:00 | |
context, context, context... | 01/01/70 00:00 | |
where do you see that??? | 01/01/70 00:00 | |
Coding religion | 01/01/70 00:00 | |
I think he did RTFM? | 01/01/70 00:00 | |
you are right, sorry | 01/01/70 00:00 | |
How about using XOR function??![]() | 01/01/70 00:00 |