Programming issues
herodeB
Posts: 3
·Hello! i am a doing project and i am combining two separate program together and it give that say· Data Occupied same Location as Program
Comments
In the Editor software you can check the memory usage as you write the program. Up on the toolbar, just to the left of the little triangle arrow for "Run/Download".
The usual things to do are to reuse variables, use subroutines instead of repeating similar code, limit the amount of DEBUG text messages within the program, reduce use of DATA statements.
The only real way for someone to help you is to attach your programs for us to have a look at.
Cheers
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering