home *** CD-ROM | disk | FTP | other *** search
- FTCHSTOR.HLP help file for FTCHSTOR.SEQ,
- the words that write and read target memory
-
- t! ( word target-addr -- ) write one target memory word
-
- t!w ( word target-addr -- ) write a word in the alternate register set
-
- tc! ( byte target-addr -- ) write one target memory byte
-
- tc!w ( byte target-addr -- ) write a byte in the alternate register set
-
- tfill ( A L B -- ) fill L bytes with value B from address A
-
- t@ ( target-address -- w ) fetch one target memory word
-
- t@w ( target-address -- w ) fetch a word in the alternate register set
-
- tc@ ( target-address -- b ) fetch one target memory byte
-
- tc@w ( target-address -- b ) fetch a byte in the alternate register set
-
-
- tdump ( a n -- ) dump target memory bytes, from address a, length n
-
- alt-tdump ( a n -- ) like tdump, but of the alternate register set
-
- twdump ( addr len -- ) dump out target word contents
-
- alt-twdump ( a n -- ) like twdump, but of the alternate register set
-
-
- tEDIT ( a n -- ) edit target byte memory
-
- twEDIT ( a n -- ) edit target word memory
-
-