| ??? 04/05/03 19:04 Read: times |
#42954 - RE: RE:8051 how to swap the bit,,,urgent Responding to: ???'s previous message |
what i mean is how to change the content of accumulator in 8051 from
Which is exactly what Mikes code does. to do this with 'code' is quite complex and would look something like mov b,#0 jnb acc.7,no7 sbit b.0 no7: jnb acc.6, no6 ... ... mov a,b Erik |



