Hello,
I was searching a few hours now for the 80286 instructions set list on the Inet.
But all the searching resulted in nothing useful.
So I decided to ask you guys to help me, if you have it or know where I can get it...I would like to hear!
If you wonder why I need especially the 80286, because I write a disassembler, and I want to let the user select 16/32 bits,
and the 80286 is the last 16 bits processer in the 80x86 family...
If you have other ideas how I can distinguish opcodes for 16 or 32 bits, so you are more than welcome to tell me about it.
Thanks in advance. :alright:
I was searching a few hours now for the 80286 instructions set list on the Inet.
But all the searching resulted in nothing useful.
So I decided to ask you guys to help me, if you have it or know where I can get it...I would like to hear!
If you wonder why I need especially the 80286, because I write a disassembler, and I want to let the user select 16/32 bits,
and the 80286 is the last 16 bits processer in the 80x86 family...
If you have other ideas how I can distinguish opcodes for 16 or 32 bits, so you are more than welcome to tell me about it.
Thanks in advance. :alright:
Great, I will wait for it. Hope your debugger can trace instruction. I build my own assembler here. You can see it on my website, it open source.:alright:
Thanks for the instant replying.
I have HelpPC already, but I am looking for the Intel's original code table/data sheet...
Well realvampire, I develope it for my own fun and profit, I thought it would be a challenge to decode 80x86 instructions, because they are pretty messy, but to be honest it was easier than I thought it would be in first place.
I don't think I am going to make it a debugger... Not interested in it, but I wanna make it a complete disassembler...
supports at least 16/32 bits instructions + FPU...
I will take a look at your web site, seems to be interesting.
Thanks guys.
I have HelpPC already, but I am looking for the Intel's original code table/data sheet...
Well realvampire, I develope it for my own fun and profit, I thought it would be a challenge to decode 80x86 instructions, because they are pretty messy, but to be honest it was easier than I thought it would be in first place.
I don't think I am going to make it a debugger... Not interested in it, but I wanna make it a complete disassembler...
supports at least 16/32 bits instructions + FPU...
I will take a look at your web site, seems to be interesting.
Thanks guys.
Thanks for the instant replying.
I have HelpPC already, but I am looking for the Intel's original code table/data sheet...
I searched it too but Intel's original is, as I think, not possible to obtain. Intel's official site no longer offer it.
Try to ask on http://www.sandpile.org/post/
It took me a couple hours of searching but i did find the
(ZIP) INTEL 80286 PROGRAMMER'S REFERENCE MANUAL
from here
http://komz.org/_biblo/286intel.zip
i will see if i can find the hardware one also
(ZIP) INTEL 80286 PROGRAMMER'S REFERENCE MANUAL
from here
http://komz.org/_biblo/286intel.zip
i will see if i can find the hardware one also
the Intel 80286 Hardware Reference Manual is only in BOOK form
so you can try to find it at a libary lol if it spelt that right..
or buy it from like amazon.com
http://www.amazon.com/exec/obidos/ASIN/155512061X/qid%3D1058775658/sr%3D11-1/ref%3Dsr_11_1/102-2723020-7998517
they have other books also on the other cpus all in one book but its like 110$
The Intel Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, and Pentium Pro Processor Architecture, Programming, and Inter- facing
http://www.amazon.com/exec/obidos/ASIN/0130607142/qid=1058775647/sr=2-1/ref=sr_2_1/102-2723020-7998517
so you can try to find it at a libary lol if it spelt that right..
or buy it from like amazon.com
http://www.amazon.com/exec/obidos/ASIN/155512061X/qid%3D1058775658/sr%3D11-1/ref%3Dsr_11_1/102-2723020-7998517
they have other books also on the other cpus all in one book but its like 110$
The Intel Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, and Pentium Pro Processor Architecture, Programming, and Inter- facing
http://www.amazon.com/exec/obidos/ASIN/0130607142/qid=1058775647/sr=2-1/ref=sr_2_1/102-2723020-7998517
doesn't intel offers a hardCopy to be sent home or u need to buy that?
wizzra, i was just gonna send u this link :D
Hey devilsclaw, thank you very much for this valueable document, and it's f@#$ing from '87!
I would like to know how you found it, so if you can pm that would be great...
Thanks again.
(BTW-I was looking for the software info)
I would like to know how you found it, so if you can pm that would be great...
Thanks again.
(BTW-I was looking for the software info)
Try this link, too: http://www.programmersheaven.com/zone5/cat21/15845.htm?
That looks alot like the NASM Library i have seen on the net but not in HTM format.. :)