Go to the first, previous, next, last section, table of contents.

Stack-Memory transfers

@       a-addr -- w       core       "fetch"

!       w a-addr --       core       "store"

+!       n a-addr --       core       "plus-store"

c@       c-addr -- c       core       "cfetch"

c!       c c-addr --       core       "cstore"

2@       a-addr -- w1 w2       core       "two-fetch"

2!       w1 w2 a-addr --       core       "two-store"

f@       f-addr -- r       float       "f-fetch"

f!       r f-addr --       float       "f-store"

sf@       sf-addr -- r       float-ext       "s-f-fetch"

sf!       r sf-addr --       float-ext       "s-f-store"

df@       df-addr -- r       float-ext       "d-f-fetch"

df!       r df-addr --       float-ext       "d-f-store"

Go to the first, previous, next, last section, table of contents.