Add rpick

This commit is contained in:
Koichi Nakamura 2021-01-05 18:19:26 +09:00
parent e000fb42ae
commit b1ed4e474a

View file

@ -562,6 +562,11 @@ alias-builtin xor ^
: rdrop r> rp@ ! ; \ ( R:w -- )
\ ( R xu ... x0 u -- xu ... x0 xu )
: rpick
cells rp@ + cell + @
;
\ ( -- a-addr )
\ The bottom address of stacks.
\ sp@ and rp@ points bottom if implementation so far is correct.