Shop OBEX P1 Docs P2 Docs Learn Events
SV: [basicstamps] Program slots — Parallax Forums

SV: [basicstamps] Program slots

ArchiverArchiver Posts: 46,084
edited 2002-06-02 18:24 in General Discussion
Greetings!

Also, the BS2 series allocate RAM to variables on a 'biggest first' base, so
it allocates Word types first, then Byte (and Byte arrays) before Nibble and
finally Bit variables.

Therefore, if you use the RAM to pass information back and forth, make
certain that you declare all common variables First, and make the Word
types. (You can alias the .HighByte/.LowByte/.Nibble parts afterwards)

If you're using EEPROM area to store data, don't forget to use the STORE
command to point to the correct page. (I think it defaults to the page
you're jumping to if you use the RUN command. I make it a habit to run this
command as one of the first on every page :-)

:-)
Trygve
http://home.c2i.net/trygveh/english/


Opprinnelig melding
Fra: Newzed@a... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=1XAmZQkUuYQJf5cha3-30CyXhmJQ0ukmAGLZi9WzyIVum0J39Pjp5FJfEnpB7XJi8wN3niq2Ig]Newzed@a...[/url
Sendt: 1. juni 2002 22:12
Til: basicstamps@yahoogroups.com
Emne: Re: [noparse][[/noparse]basicstamps] Program slots


For Jim

For one thing, make sure all the variables and cons in slot 0 are also in
slot 3.

Sid


[noparse][[/noparse]Non-text portions of this message have been removed]


To UNSUBSCRIBE, just send mail to:
basicstamps-unsubscribe@yahoogroups.com
from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.


Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Sign In or Register to comment.