| ??? 02/21/00 07:17 Read: times |
#1550 - RE: Please help me check the source code. |
What is the problem, melvyn?
>CJNE R1, #10H, NEXT1 ; CHECK COUNT = 0 ^^^^ ^^^ IMHO this piece of code checks something else ;) >CJNE R1, #1AH, NEXT1 ; CHECK COUNT = 10 ^^^^ ^^^^ This too. What does bit 4 mean? Is it always there? Probably not. I see that you initialize R1 with 10h, but at CCW: you first decrement it, then compare with 10h. So sometimes you can not get "anti-clockwise" condition on display. -- Tomas |
| Topic | Author | Date |
| Please help me check the source code. | 01/01/70 00:00 | |
| RE: Please help me check the source code. | 01/01/70 00:00 | |
| RE: Please help me check the source code. | 01/01/70 00:00 | |
RE: Please help me check the source code. | 01/01/70 00:00 |



