Marcin, thanks! So when I dump:

> sp0 .
16383  ok
> 111 222 333 444
ok
> dump
0 16375 444 
1 16377 333 
2 16379 222 
3 16381 111 
4 16383 0 
5 16385 51 
ok
> .s
0 16375 444 
1 16377 333 
2 16379 222 
3 16381 111 
ok
> 
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.


------------------------------------------------------------------------------
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

Reply via email to