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
x86 Opcodes
RE:x86 Opcodes
Just look at the intel docs, they'll tell you what asm memonics translate to which opcodes.
RE:x86 Opcodes
Thank you. DUH!!! I should've just read the Intel Docs. I'm such and idiot!!!
Neo
Neo
Only Human