Jacob Salzberg
Jacob Salzberg
Yeah that does help. I decided to go with the implementing the object trait for the dos 16 bit route. I wrote a set of tests for object, parsing a...
Also does a segment address refer to the beginning or the end of a segment? Does the offset include the header? I'm baffled because when I view the data of...
Oh also should the relocation table be considered a segment/section
I don't actually have the file format, but there is this: http://www.delorie.com/djgpp/doc/exe/
And thank you for your help! :D
And I have the feeling that it maybe might need 16 bit addresses... whereabouts in the file would I look for `segment_selector_size` ?
Yes, as soon as I find my next block of free time (probably this weekend) I will implement those two features
> Jacob, > > Thanks for your pull request. To have the code merged into the repo, I would like to see your client support (1) multithreaded programs and (2)...