raw 32-bit assembler code?
Posted: Sat Oct 19, 2002 10:04 pm
Does anyone know if a raw 32-bit version of NASM exists, or some equivelant? What would really be useful is an assembler I can load into memory and all I have to do is set up a pointer to the source code in memory and a pointer to where I want the compiled (binary) code to go. And maybe another pointer to which to send error messages. Am I talking out of my @$$?
Can you see what I'm getting at? I am making my own protected mode OS and I even wrote my own text editor. What I want to do is be able to assemble code right from within my environment and not have to rely on Windows, Dos, or Linux anymore.
I think such an assembler is not so far fetched (maybe I need to make it myself if I can get the NASM source code). But I *REALLY* doubt I'd be able to do the same for a C compiler.....
Can you see what I'm getting at? I am making my own protected mode OS and I even wrote my own text editor. What I want to do is be able to assemble code right from within my environment and not have to rely on Windows, Dos, or Linux anymore.
I think such an assembler is not so far fetched (maybe I need to make it myself if I can get the NASM source code). But I *REALLY* doubt I'd be able to do the same for a C compiler.....