I'm trying to understand a program in assembly code which should be compiled with COSMIC
compiler to run on STM8
controller.
At the beginning of the program, there are a couple of xref
and xdef
and then comes a .dcall
statement or command. Here it is:
.dcall "2,0,__checksum16"
I searched the compiler's manual, the controller's programming manual and the internet in general but couldn't find what does this line mean.
Could someone please explain what does it mean and what are these comma-seperated entries mean?