|
From: Marcin C. <sa...@sa...> - 2010-08-28 23:40:52
|
On Sun, 29 Aug 2010, pito wrote: > Marcin, when I do .s I see an address higher then 16383 (16557). So > it is an indication for me something must be wrong there. Matthias > sent the .s definition, from what I can see is he prints out the > address (of RAM - I do assume - when talking data stack), and as I > have shown the number is 16557.. So outside the RAM space. Maybe I > am mistaken.. Just explain to me plz.. Assembly listing of what, > please? P. When you run assembler (avra, avrasm2), please specify an option: -l listfilename Makefiles and antfiles supplied by amforth usually have this option enabled, so you might already have a "<imagename>.lst" file already. This is so-called assembly listing. --Marcin |