??? 11/10/08 13:42 Read: times |
#159934 - what about this? Responding to: ???'s previous message |
Alan Dorman said:
I know you can SETB C
and SETB Px.x or ACC.x But can I SETB 34H.x a direct memory register bit? ATMEL AT89C4051 why don't you try this: mov a,034h setb acc.x mov 034h,a is this what you are looking for? |