x86 Opcodes
Posted: Mon Aug 04, 2003 11:00 pm
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
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