Search the web
Sign In
New User? Sign Up
vmu-dev · The VMU Development list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Another set of newbie questions from me...   Message List  
Reply | Forward Message #903 of 1156 |
Re: [vmu] Another set of newbie questions from me...

At this time, there's no way to save variables to
flash memory. If anybody who reads this message knows
how to read/write to the flash memory (and preferably
has some assembler source) please tell me!!!
The push / pop commands manipulate the stack by
adding / removing data from the stack respectively
(they're exact copies of the original asssembler
mnemonics).
You shouldn't worry about these commands, but they
come in handy sometimes when you need a temporary
place to store data.
A common use for push and pop is to switch the
values of variables.
EXAMPLE: to switch the values of a and b

push: a
push: b
pop: a
pop: b


--- vmufan@... wrote:
> How do I save variables on flash memory with the
> compiler?
>
> What does the 'pop' command do?
> I never use it and feel like I'm doing something
> wrong.
> Even if my programs work properly.
>
>
>
>


__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com



Mon Nov 12, 2001 11:53 pm

mj98765
Offline Offline
Send Email Send Email

Forward
Message #903 of 1156 |
Expand Messages Author Sort by Date

How do I save variables on flash memory with the compiler? What does the 'pop' command do? I never use it and feel like I'm doing something wrong. Even if my...
vmufan@...
vmufan
Offline Send Email
Nov 12, 2001
3:11 am

At this time, there's no way to save variables to flash memory. If anybody who reads this message knows how to read/write to the flash memory (and preferably ...
M. Jumper
mj98765
Offline Send Email
Nov 12, 2001
11:53 pm

Can the topic that started at message #47 help you?...
vmufan@...
vmufan
Offline Send Email
Nov 13, 2001
3:44 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help