fill.asm error

classic Classic list List threaded Threaded
3 messages Options
slv
Reply | Threaded
Open this post in threaded view
|

fill.asm error

slv
When I try to run my code i get "At line 29: Destination is M but A=24577 is an illegal memory address." I've been trying different things but really can't find the problem. :'(
slv
Reply | Threaded
Open this post in threaded view
|

Re: fill.asm error

slv
This post was updated on .
[Source code deleted by admin.]
Reply | Threaded
Open this post in threaded view
|

Re: fill.asm error

cadet1620
Administrator
You are running off the end of your FILL loop.

Where does 'n' get set, and to what value?

--Mark