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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/29/03 11:28
Read: times


 
#44480 - RE: data change when passing parameter
Responding to: ???'s previous message
several possibilities:

are register banks getting switched unexpectedly?

if you have multiple DPTRs, are they getting switched unexpectedly?

is a dodgy interrupt overwriting your data?

is a dodgy pointer elsewhere overwriting your data?

Overlay problems can cause this sort of thing - especially if you're using function pointers. Search the Keil knowledge base & discussion forum.

are you sure you're correctly setting & dereferencing the pointer - remember that 'C' assumes that everything is an 'int' unless advised otherwise!


List of 5 messages in thread
TopicAuthorDate
data change when passing parameter            01/01/70 00:00      
   RE: data change when passing parameter            01/01/70 00:00      
   RE: data change when passing parameter            01/01/70 00:00      
   RE: data change when passing parameter            01/01/70 00:00      
   Clarify the question            01/01/70 00:00      

Back to Subject List