by
Published on - 23rd April 2010 19:28
Number of Views: 5842
I’m Running Out of CodeSpace, What can I do?
My progam is too slow - What can I do?
Apart from the obvious and move to a faster PIC with more program memory, there’s a few little known tricks you can try.
...
Re: GOTO vs RETURN after a GOSUB
Also, using GOSUB reduces code size as this Sub can be called from various points of the program to do the same job, maybe with some parameters passing to it.
Ioannis Today, 20:24Keeps things structured.
Ioannis