ram?
Johnny-5
Posts: 34
what is scratch-pad ram? does the BS load the program from eprom to ram when running (like pc's) or is it ran directly from the eprom? The variables are stored in the regular ram right?
Comments
can be accessed only with the GET and PUT instructions. This memory
is accessible from programs running in any of the available program slots.
It's a great way to pass data between these program slots.
Basic programs are tokenized by the Basic Stamp Editor before they are
downloaded into the stamp. A small program permanently embedded into
the stamp's processor interprets the tokens the BS Editor created. Since
the process of fetching a token takes little time as compared to the time
to evaluate and process the token, each token is taken from EEPROM as
needed.
Correct!
In the Basic Stamp Help file there is a page entitled "Memory Organization and
Variables". A great place to start reading! Have fun!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking
For the BS2pe, there are an additional 8 slots, but they can only be used for data storage (with READ/WRITE) and not for programs.
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·