Two questions about s3c8 asm
Posted: Tue Sep 05, 2006 9:20 am
1. Re: Don Grovestine's code for MultiToadTog protocol in this thread:
https://www.hifi-remote.com/forums/viewtopic.php?t=6869
When I assemble this line (uses indirect load) TT040: LD W3, @W0 ;Selected status register
I get C7 30. I also got 1/2 sentence of some error message and I think addresses got out of synch.
I moved the whole thing into PB3.12, and the same line resolves to C7 03. I suspect that's correct.
What should it be? I'm really clueless with those register things.Trial PB files for both protocols in diagnosis:
TimedCallback(PB).txt https://www.hifi-remote.com/forums/dload ... le_id=3556
MultiToadTog(PB).txt https://www.hifi-remote.com/forums/dload ... le_id=3557
2. One more question - in the 8910 there's a free register he's using, $B6. What would a good free register be for 6011, the subject of that thread?
https://www.hifi-remote.com/forums/viewtopic.php?t=6869
When I assemble this line (uses indirect load) TT040: LD W3, @W0 ;Selected status register
I get C7 30. I also got 1/2 sentence of some error message and I think addresses got out of synch.
I moved the whole thing into PB3.12, and the same line resolves to C7 03. I suspect that's correct.
What should it be? I'm really clueless with those register things.Trial PB files for both protocols in diagnosis:
TimedCallback(PB).txt https://www.hifi-remote.com/forums/dload ... le_id=3556
MultiToadTog(PB).txt https://www.hifi-remote.com/forums/dload ... le_id=3557
2. One more question - in the 8910 there's a free register he's using, $B6. What would a good free register be for 6011, the subject of that thread?