??? 11/05/08 13:51 Read: times |
#159752 - here is one - at least re Keil Responding to: ???'s previous message |
I accept the fact that it is easier to persuade people to make asm in a separate file - which automatically forces them to have it as a separate function - but I still haven't heard a single argument aginst asm *functions* embedded in C-majority source file
if you include any assembler, the compiler converts the whole shebang to assembler making it impossible to debug by C source. Erik |