Pito,

> it is not stack address, but the 16557 does not fit somehow...p.

current implementation is like 

: .s 
  sp@ depth 1- 0 ?do
    dup i
    dup u.      ( gives the "index" )
    2* + dup u. ( prints the address )
    @ u.        ( prints the current content )
    cr
  loop
  drop
;

(just reverse-coded manually from dot-s.asm)

Matthias



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Amforth-devel mailing list
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to