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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/24/03 01:31
Read: times


 
#37042 - Absolute code address at 0x00
Hi all,
I'm trying to learn modular (assembly--not C) programming, but I am running into trouble with code overlapping. The only absolute code segment I use is at 0x00 (to sjmp over interrupt vectors to the start of my main program). However, I get a warning from the Keil linker saying there is a Code Space Memory Overlap, and when I check the .m51 file, I in fact see two segments of code that begin at 0x00. Can anyone tell me how to fix this? It's very troubling because I only have two code segments, and only one of them is absolute.

Thanks in advance.
Drew Rainwater

List of 7 messages in thread
TopicAuthorDate
Absolute code address at 0x00            01/01/70 00:00      
RE: Absolute code address at 0x00            01/01/70 00:00      
RE: Absolute code address at 0x00            01/01/70 00:00      
Steve--RE: Absolute code address at 0x00            01/01/70 00:00      
RE: Steve--RE: Absolute code address at 0x00            01/01/70 00:00      
RE: Steve--RE: Absolute code address at 0x00            01/01/70 00:00      
RE: Steve--RE: Absolute code address at 0x00            01/01/70 00:00      

Back to Subject List