From: Matthias T. <mt...@we...> - 2010-09-09 18:04:26
|
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 |