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.
Hey there!
I have written my own operating system with a built-in compiler. It uses it's own language and is compiled to ASM and then assembled to pure x86 machine code. The assembler is not my own but it does work with my OS. I would like to have my compiler be able to compile as well as assemble the code. I was wondering is anyone knows a place where I can find a description of how I would go about assembling ASM to 804086 (or higher) machine code. Thanks for your help. Neo