??? 05/12/04 15:26 Read: times |
#70245 - RE: Understanding your code Responding to: ???'s previous message |
hi,
what does 0x20 means ? means 20H the location in bitwise area? Yes, it is just an memory location there. But in fact it may be any direct memory location due the code does not use CLR/SETB but ANL/ORL instead. BTW, I done mistake: in structures to process bits (BITx_DESCRIPTOR) it should be used: BITx_DELAY in place of BITx_TIMER Sorry, Oleg |