??? 08/11/07 07:26 Read: times |
#143090 - the asm will maybe help Responding to: ???'s previous message |
I know nothing about Raisonance, but most compiler output an asm file, possibly interspersed with the original C statements. It might be that this file is output only if the compiler is run with some extra switches (or maybe you'll need to click a few items if you use an clicky IDE).
In such file, it should be easy to find the lines in question, searching for the C statements. Cut and paste it here, maybe there is something offending in there. How well do you know the '51 asm? JW |