NASM-RDOFF format

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pepito

NASM-RDOFF format

Post by pepito »

Hello:

Somebody knows about the NASM-RDOFF format?

Thank you,

pepito
carbonBased

RE:NASM-RDOFF format

Post by carbonBased »

I've done some work with RDOFF2... I got all my info from the NASM distribution (which describes the RDOFF2 format, and includes a basic linker and other utilities which can come in very handy).

I've implemented a basic run-time RDOFF2 linker into my OS.  The code requires some cleanup, but serves me quite well, and is still fairly easy to understand.  You can find this the code as part of the NDK operating system on www.neuraldk.org (rZero.c,h if I recall... it's been a while since I looked at it :))

--Jeff
Post Reply