Hi, I've half-written a C compiler using Jack W. Crenshaw's "Let's Build a Compiler" tutorial series. Writing the compiler is made easy by this book, but I've hit a dead end on how to actually create an executable! The compiler outputs assembly instructions, which I may feed into a 3rd party assembler and get the executable file. But, if I want to write my own assembler, how can do it? Pardon me if this is a bit off-topic.
Thanks, Regards, Nilesh Chakraborty
