> By: peterwiehe
Hello Peter!
First, let me thank you for your recent contributions to this forum! There are a few other contributors (my thanks to them, also), but I often feel that if *I* don't answer a question, it will get no answer at all. This often results in answers like "I don't know, but try this...". This place is supposed to be a "discussion", not a "dialog". I *really* appreciate the people who make this so!
I'm afraid that RDOFF is one of those "I don't know" subjects, but I'll tell ya what little I know...
> I am looking for details about RDOFF's internal format.
>
> I know so far the following info-sources:
> - the rdoff info page in nasm source
> - reading nasm's (or rdoff-tools') source
> - wotsit.org
>
> The trouble is:
>
> * the info page is outrageously incomplete.
> For example it even doesn't tell the header magic value.
Sorry 'bout that - it's what we've got. If anyone knows something that should go into the docs, send it to me - "plain text" is fine - and I'll try to stuff it into "nasmdoc.src" format. This will allow production of multiple doc formats. The only documentation I'm aware of for this format is in the comments in the Perl script (if you care to try it yourself). "info-only" format is less useful..
> * wotsit ("RDOFF1"/"RDOFF",1) doesn't fit to newest NASM's output ("RDOFF2")
I wasn't aware that wotsit had anything on this - shouldn't be surprised, wotsit knows *everything*! Well, not quite... RDOFF1 is obsolete. In fact, it was *intended* that it be completely removed from Nasm, several versions ago, but it appears to have slipped back in. I would advise against using RDOFF1 - it's "deprecated" and will disappear soon... maybe.
Perhaps a submission to wotsit documenting the new format would be in order. Any volunteers to do that? Wotsit is a great resource, and AFAIK they depend on their users for information - as does Nasm - if we don't tell 'em, they're not going to know...
> * Having to read source just for finding that info is a tedious taks and takes
> away the simplicity of RDOFF. Or?
The source code is the "ultimate authority" on how Nasm works. Be thankful it's available! But I agree that it's a tedious method, and we *shouldn't* have to resort to it.
> 1. Is there some other info-source?
Not that I'm aware of.
> 2. Is the info on wotsit.org wrong? ("RDOFF1"/ "RDOFF",1)
Obsolete. Honestly, I don't know just what the differences are between RDOFF1 and RDOFF2, but I think they're pretty incompatible.
> (3. Anything else to know about RDOFF development in NASM?
> For example: not much interest, often changing, happens
> on website XY, all done by one person, RDOFF alerady used by anything other
> than NASM)
Pretty much a "one man show", AFAIK. Julian Hall, one of the "original authors" was involved at one time. He's still the nominal "maintainer" of Nasm, I think, but has become "inactive" lately.
The person who's currently responsible for all development of RDOFF(2) is Yuri Zaporogets. I think his SF name is "yuriz", and he can be reached - as can any SF account holder - "at" users.sf.net. His OS - RadiOS - uses RDOFF, and it's hosted on SF -
http://radios.sf.net That should at least provide some examples of how it can be used. I'm not aware of any other app using RDOFF... If you know of one - or are making one - send us a link!
Sorry I don't know more, but that's pretty much "it"...
Best,
Frank