On Mon, 26 Aug 2002, Sanjiv Kumar Gupta, Noida wrote:
> >Sanjiv,
>
> >For the short term, I'm in the same boat as Bernhard. What's the issue
> >that prompted your suggestion?
>
> Scott, that would help us plugging in different assembler formats more
> cleanly.
In my opinion, SDCC shouldn't even invoke the assembler, but by default it
does. So what I do is specify the -S option. SDCC will produce a .asm file
which can be redirected through the assembler of your choice. For the PIC
port you have two choices: gpasm and MPASM.
Scott
|