SR icon indicating copy to clipboard operation
SR copied to clipboard

Additional fixup support

Open enderdrag64 opened this issue 10 months ago • 2 comments

Hi again, I made some progress getting the non-glide version of Redguard to work with this tool (completed step 1 of your guide here: https://github.com/M-HT/SR/issues/70)

However, running SR in OUT_ORIG mode on the glide version fails with the following error:

Image

After a little bit of research I found this information from the Open Watcom manual:

Image

It seems that SR currently only supports a subset of these fixup types:

Image

Not only is fixup type 19 (0x13) not supported, but there seems not to be support for fixup type 3 (0x03) either. Is this something that can be implemented? I'd attempt it myself but I'm still not completely familiar with the complexities of DOS era relocation tables

enderdrag64 avatar Feb 28 '25 01:02 enderdrag64

I added support for fixup type 19 in the latest commit.

M-HT avatar Mar 02 '25 19:03 M-HT

Awesome thank you!

enderdrag64 avatar Mar 05 '25 01:03 enderdrag64