On Tue, 7 Sep 2010, pito wrote:

> Hi Matthias,
> not sure, but I think the
>> 123 345 567
> ok
>> .s
> 0 16377 567
> 1 16379 345
> 2 16381 123
> ok
>> sp0 .
> 16383  ok
>
> shall be in following form (when assuming lower byte first). Am I
> right?
>> .s
> 0 16378 567
> 1 16380 345
> 2 16382 123

Nope.

2223  ok
> .s
  ok
> 2
  ok
> 3
  ok
> 4
  ok
> sp0 .
2223  ok
> .s 
0 2217 4 <-- sp@
1 2219 3 
2 2221 2
  (2223)  <-- sp0
> sp@ .
2217  ok

A cell is 2 bytes (a word) wide.

--Marcin

------------------------------------------------------------------------------
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
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to