LJMP "label" in 24 bit contiguous mode (80c400) appears to always compile neumonics for a LJMP 000000. What gives? LJMP immediate works fine. Anybody else run into this? 200012 02000000 F 282 LJMP LONG1 Also what does the F mean in the list? Thanks
Sounds like this "linker code listing" is exactly what Im looking for. However, I have tried combinations of the check boxes you suggested, but it won't produce a .cod file. For now I can live with the fixup, later it would be nice to "see" the code exactly as mapped to memory.
If you just want to see it (as opposed to getting it written to a text file), it'll be enough to run your project in the uVision simulator and turn to the disassembly view. As to the *.cod file not being produced: you may have to turn the optimization level up beyond 8 or 9 for linker code packing to actually be done --- if it isn't the listing won't be generated, it seems.