Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/16/01 13:45
Read: times


 
#11623 - RE: need help getting started
Hi Aad,

I think, I know your problem:

All programs on a micro consist of a main loop forever !
Means a micro should never finished.

But on your code after POP PSW the program run into uncolonized area, no more real code exist and only crazy things can be done.

So any program must have a RET or JMP before the END statement.
And there must also be a known location to return or jump to continue.



Peter


List of 8 messages in thread
TopicAuthorDate
need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      
RE: need help getting started            01/01/70 00:00      

Back to Subject List