I am currently in the process of porting my C program from SDCC to
Keil because of several reasons. (bugs, lack of support,
limitations)
What I would like to know is how some of the syntax changes look
like.
So far I have figured out that __xdata becomes xdata and I cannot
enter binary values.
I am having a lot of issues with the keil compiler at the moment
so I will keep it short.
The special functions registers look like:
__sfr __at 0xE0 ACC ;
I believe this mu
↧