??? 11/21/06 14:32 Read: times |
#128361 - inline assembly versus separate assembly file Responding to: ???'s previous message |
> I am not talking about asm in a C module that would defy the whole purpose.
I do not know your purpose but it might be a slightly different situation with SDCC. Using inline assembly from within C makes little difference in SDCC compared to using a separate assembly file. Apart from adding some placeholders for segments the use of inline assembly (as I did in my post which you were responding to) can be just a wrapping of assembly code. As such there's not much for SDCC that could be done with a separate assembly file which could not be done with inline assembly. |