ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi there!
I have some idea. But to implement it I need to know Intel's machine codes. I mean not the assembler commands explanation, but something in sort of 'Instruction Set Table'. I've got one, but it is for 32-bit addressing mode only. I need at least 16-bit addressing mode Instruction Set Table.
If you have such, why not share it with somebody like me?
Thanks in advance.
Sorry for bad English.
------------------------
In need of help.
Hi there!
I have some idea. But to implement it I need to know Intel's machine codes. I mean not the assembler commands explanation, but something in sort of 'Instruction Set Table'. I've got one, but it is for 32-bit addressing mode only. I need at least 16-bit addressing mode Instruction Set Table.
If you have such, why not share it with somebody like me?
Thanks in advance.
Sorry for bad English.
------------------------
In need of help.
Look for
8086 instructions set
or similar. It should be somewhere on Intel site.
Also, you can use an x86 assembly and produced by it listing to obtain the needed machine codes from mnemonics.
Well, I remember in the book "Intel® 64 and IA-32 Architectures Software Developer’s Manual" there is some introduction to instruction format, including those working with 16-bit modes.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.