[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [oc] imporved simulator..
>
> Btw, I have some problems with the cross-compiler. The assembler has
> problems
> locating labels. example;
>
> .proc _main
> _main:
>
Assembler is a bit weird but it should have different problems than this.
Can you send me a trasncript of your compilation session (what exactly you
do, what parameters you use when compiling/assembling). Please also attach
'C' file.
.proc line shouldn't be important to assembler.
regards, Damjan