??? 08/10/07 21:20 Read: times |
#143072 - asm Responding to: ???'s previous message |
Post the result of compilation, i.e. the asm file for both variants; possibly also with a memory map (or the position of stack)
My guess is, that the first example is too complicated and translates into a sequence of routines which cause stack overflow. The second example might possibly result in two different set of routines with less nesting... JW |