Eprom Map
LKH
Posts: 2
I just wrote a program for a stamp2 that i have used approximately 70% of available memory.· I still have quite a bit of code to go and will need a 2e.· This will increase my memory to approx 4000 lines from 500 lines.· I started a new project indicating it was for the 2e, copied the code over.· I then looked at the memory map and it still shows approx 70% used.... what am i doing wrong?· Shouldn't the memory map be showing less than 25% now?
Comments
Look at the lower right corner of the memory map window, and you will see a dropdown box labeled "source code". When you have more than one slot defined, the options there will allow you to look at the contents each additional slot. To activate another slot, choose to create a new program from the file menu and call it "myprog1.bse". Then in the first line of the original program modify the $STAMP directive as follows:
Then press ^M and look at the dropdown box again, and you will be able to select myprog1 and at first you can see that the new slot is empty. You can also see that the tab for that new program slot is now associated with the old program. When you go to close it, it will ask you if you want to close the whole project. And when you open the original program, it will open all the associated slot programs.
Since you are planning to upgrade, you might want to go for the BS2p or the BS2pe, instead of the BS2e. Those have some additional very useful instructions.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Post Edited (Tracy Allen) : 12/20/2007 11:53:39 PM GMT
I'm in the same boat. What getting ready to jump into BS2e. What are the few obvious/killer reasons to splurge for a BS2p or 2pe instead of BS2? Also, will all BS2** lines run the same Pbasic code?
Thanks.