| ??? 06/11/03 16:39 Read: times |
#48074 - RE: someone Help Responding to: ???'s previous message |
Quite easy to help you.....
1) To move port one (P1) to the accumulator takes one assembly language instruction as follows:
MOV A, P1
2) To mover the carry flag C to the low bit of the accumulator takes one assembly language instruction that uses the direct SFT address to access the accumulator as follows:
MOV ACC.0, C
Hope that helps you. Michael Karas |



