[Z88dk-users] What's new with relocation and debugging info

Bridge to the z88dk-users mailing list
Post Reply
tstih
New member
Posts: 5
Joined: Sun Oct 30, 2016 9:13 am

[Z88dk-users] What's new with relocation and debugging info

Post by tstih »

Hi, I was just wondering if there's anything new with relocation logic and embedding debug info into output files to help
debuggers display C source code? I remember there was a discussion about .reloc files, which would help operating system
loaders load Z80 code on any address and run it (not self realocation, but OS realocation), but then it went silent so I'm just
wondering if anything was implemented? Also, in generated object and/or assembly files, are there C source code
lines or source inserted so that debugger could read it and display it?
Post Reply