--- In lpc2000@yahoogroups.com, "bobtransformer" <bgudgel@...> wrote: > Whatever happened to absolute code listings ? Are they a thing of the > past now ? The compiler generates relocatable object modules. Thus the listing it generates only shows relative addresses. Most simulators and emulators depend on debug symbols in the relocatble object modules which are invariably generated by the compiler itself. > The simulators and emulators certainly show absolute code locations. You can disassemble the output of the linker to produce a listing with absolute addresses. > How do they (linkers) locate the executable at "upload time" ? Linker combines relocatable objects to produce the final image at link time. This final image is loaded by the simulator/emulator
Message
Re: Absolute Vs. Relocatable object code and listings
2006-05-20 by jayasooriah
Attachments
- No local attachments were found for this message.