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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/17/02 13:29
Read: times


 
#30964 - RE: Problem with functions
Have you checked the following:

1) Did you setup legitimate value for SP
register at start of program?

2) Did you reserve enough space for the
stack in your data space.

Your problems sound suspiciously like an
uninitialized stack pointer, or a stack that
is trying to share memory with near memory
variables in your program.

Good Luck
Mike


List of 15 messages in thread
TopicAuthorDate
Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      
RE: Problem with functions            01/01/70 00:00      

Back to Subject List