1. I don't have a clue where/how to find values corresponding to these 8910 declarations:
Code: Select all
R_Iflags EQU R87
R_DKey EQU R80
R_DKeyCnt EQU R83
StartT0 EQU $0791
ScanKeypad EQU $3EAD
KmmLoad EQU $167A
ReadKey EQU $3E8F
Additonally, unnamed R00, R03-R05, R82, R4A are used in code
2. How to set up a blink routine (I can't use the LCD code), something like 2 quick blinks for error: LD something with #2, and call a blink routine???
3. Can I assume that the registers used in the 8910 are the same numbers and are used in the same way in C7? Protocol builder readme file indicates the register numbers are the same in old and new S3C8 remotes, but how can I tell if they do/don't the same thing without being able to see