Pito, > > then I see at sp0 = 16383 is 0. Why the 111 is written to 16381 > (low) and 16382 (high) and not to 16382 (low) and 16383 (high)? Not > so important, only the alignment of words on odd addresses is > something unusual to see..P.
That is a direct effect of placing the stacks at the last available address. You can change it by setting the stack start addresses in the template.asm (or whatever your application master file is). Your .s variants are interesting indeed, and a matter of personal taste which one to choose. I'll keep my version ;=) Matthias ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Amforth-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
