Errors 30 and 43
Ugha
Posts: 543
I was working on my code and got these errors:
Error 30, Pass 2: Overwriting same program counter location
Error 43, Pass 2: Address exceeds memory limit
I'm assuming that means that my code is too large... not that I have too many variables.
Can someone confirm that I'm right on my understanding? Is there a work-around?
If there's a work-around... is there one in only SX/B? I haven't learned assembly yet.
Error 30, Pass 2: Overwriting same program counter location
Error 43, Pass 2: Address exceeds memory limit
I'm assuming that means that my code is too large... not that I have too many variables.
Can someone confirm that I'm right on my understanding? Is there a work-around?
If there's a work-around... is there one in only SX/B? I haven't learned assembly yet.
Comments
The solution is to put often used commands that generate alot of code into subroutines.
If you post your code we could make some more specific recommendations.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There is a fine line between arrogance and confidence. Make sure you don't cross it...
·
Post Edited (JonnyMac) : 2/15/2009 6:01:13 PM GMT