??? 11/26/08 16:12 Read: times |
#160323 - Keil specifically - more Responding to: ???'s previous message |
Andy Neil said:
With Keil, to use inline assembler, the compiler just generates an assembler source as its output. You then have to pass that through the assembler to generate an Object file.
This means you lose all your 'C' source symbol information. This means that you lose two things: |