Basic Stamp Processor Registers
microcontrolleruser
Posts: 1,194
Developers
http://www.parallax.com/go/PBASICHelp/Content/LanguageTopics/Reference/MemoryOrg.htm
In this datasheet Parallax is calling this RAM and variables.
They call them registers one time.
"You may assign other names (symbols) to these RAM registers as shown in section "Defining and Using Variables", below."
Are these the Processor Registers?
Thanks.
http://www.parallax.com/go/PBASICHelp/Content/LanguageTopics/Reference/MemoryOrg.htm
In this datasheet Parallax is calling this RAM and variables.
They call them registers one time.
"You may assign other names (symbols) to these RAM registers as shown in section "Defining and Using Variables", below."
Are these the Processor Registers?
Thanks.
Comments
Most likely not. The interpreter in the Basic Stamp is probably using the chip's ram for the variables and the actual microcontroller registers to execute the interpreter code.
Kwinn Mike Green
Appreciate the responses.
Happy New Year!