x86 Opcodes

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.
Post Reply
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

x86 Opcodes

Post 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
Only Human
Chase

RE:x86 Opcodes

Post by Chase »

Just look at the intel docs, they'll tell you what asm memonics translate to which opcodes.
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

RE:x86 Opcodes

Post by Neo »

Thank you.  DUH!!! I should've just read the Intel Docs.  I'm such and idiot!!!
;) Neo
Only Human
Post Reply