Hi,
I'd like use LCDMsg_ChangeColor() and some like it functions from C code. This function get two params in Canon Basic but if take a look at its code (a495/100f)
ROM:FFE1FC6C LCDMsg_ChangeColor ; DATA XREF: ROM:FFEDA2A4
ROM:FFE1FC6C ADD R1, R0, #4
ROM:FFE1FC70 LDRB R1, [R1]
ROM:FFE1FC74 LDRB R0, [R0]
ROM:FFE1FC78 B sub_FFE1FC20
ROM:FFE1FC78 ; End of function LCDMsg_ChangeColor
only first param (R0) is used.
Any body have a experience for using the functions from C program? How should I set params for the function: LCDMsg_ChangeColor(lcdmsg, color) or LCDMsg_ChangeColor(argbuf), where argbuf is structure?
Thanks,
Alex.