??? 11/05/08 14:40 Read: times |
#159764 - I explained it earlier; example here Responding to: ???'s previous message |
Michael Karas said:
Do note that the use of ASM code included into any part of a Keil C51 source file relegates the whole file to be processed as an ASM source as described by the others here. Jan Waclawek said:
Can you please explain (maybe on a simple example) what does this exactly mean? I 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... http://www.8052.com/forum/read/159595 See: http://www.keil.com/support/m...51_asm.htm And: http://www.keil.com/support/m...51_src.htm For an example, see: http://www.8052.com/forum/read/149030 |