Page 1 of 1

x86 Opcodes

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

RE:x86 Opcodes

Posted: Mon Aug 04, 2003 11:00 pm
by Chase
Just look at the intel docs, they'll tell you what asm memonics translate to which opcodes.

RE:x86 Opcodes

Posted: Mon Aug 04, 2003 11:00 pm
by Neo
Thank you.  DUH!!! I should've just read the Intel Docs.  I'm such and idiot!!!
;) Neo