??? 08/23/04 07:36 Read: times |
#76270 - RE: Handling the timer Responding to: ???'s previous message |
hi,
just eject skip loop contents in the whole: SKIP: RETIAs well, insert loading of #10 into B register here: MOV A,DPL MOV B,#10 MUL ABIt is because your setup loads this value only at startup time and then after MOV B,R0 the contents of B register is not defined anymore. By the way, MOV B,R0 ADD A,Bmay be replaced with simple ADD A,R0. Regards, Oleg |
Topic | Author | Date |
Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
RE: Handling the timer | 01/01/70 00:00 | |
Interrupt discipline... | 01/01/70 00:00 | |
RE: Handling the timer![]() | 01/01/70 00:00 |