how many 'word' variables can the STAMP store?
Matthew
Posts: 200
How many 'word' variables can the STAMP store? How many variables can the STAMP store in all?
Thanks,
Matthew
Thanks,
Matthew
Comments
Steve,
·· Minor correction...There are 13 words available.· W0 - W12··
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Hope you are enjoying your new gig.... You have no idea how lucky you are! I would give anyting to work at Parallax!!!!
So, new folks, the BASIC Stamp 2 family has 26 bytes of user RAM which can be configured as Bits, Nibs (4 bits), Bytes, and Words -- you simply declare your variable and its type and the compiler will organize it into RAM for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
How many bytes do bits, nibs, and words equal?
Thanks,
Matt
1 byte = 2 nibs
2 bytes = 1 word