Hi Keil users. I would like to include a few assembly statements in a C program - to do this I have to compile using the "SRC" directive of Cx51.
This makes me wonder: is there any disadvantage in doing that? Will any C-program compiled and then assembled be identical to one compiled directly to an OBJ file? Perhaps in speed, size is affected - or is it simply an intermediate step that is done explicit instead of implicit?
Cheers Martin Leopold.