Basic Stamp 1 Memory
microcontrolleruser
Posts: 1,194
in BASIC Stamp
Reread memory section in Stamp Reference manual.
For one brief shining moment I understood it.
Got the difference between 'word' and 'byte'.
16 bytes of RAM space. I like that part.
W0 to W6. It's crucial to retain that. Variable space.
First Word for pin something. Two bytes PINS and DIRS.
I think the thing I'm doing right this time is to move along and
start coding.
On to Variables!:)