> Ahhh, I see that. I was looking for the data using MPLAB, and it appears that the DEBUG
> symbols are incorrect... they match the IDF file.
That would be correct. The COFF file is generated from the IDF file. I will get an update posted later today. It will be pretty limited in terms of testing but should hopefully sync the code addresses with debug addresses.
> I didn't realize that would effect the module level vars 'mval', but since they're
> located after the locals
Yes, module level vars after the frame. If a particular frame won't fit, the whole thing is moved.
> By that I take it you mean the .C file? I don't see an .IMC file anywhere.
Yes, sorry about that - I used the generic term "Intermediate Code File" (IMC) as Firewing can generate code for Swordfish, PBP and PDS and it's a habit I've gotten into. But yes, in this case "C".
