Barry Baldwin wrote: > > Hi Peter, > > I'm having the same problem. > > Another thing you may want to look out for is strange interrupt > behavior. If my project was created with linked files and an interrupt > occurred the W register > would be decremented by 1 and the STATUS register would then change > before the ISR had a chance > to save these. This was causing some very interesting results with my > project. When I then put > all of my code into one big file the interrupt behavior went away. If > you are using interrupts I > would be curious if you see the same type of behavior that I'm seeing. > I've got the design linking and compiling We don't appear to be having any problems with W and STATUS saving when entering the ISR though. (It's no help to you but the linking does at least seem to work). -- Peter Crighton