Newbie question
Newbie question
Hi. I was reading the FAQ, and it says: "You should have studied the manuals for the processor you will be programming for." What does this mean, exactly? I have a basic knowledge of x86 assembly and a searchable list of all the interrupts. I've also puchased a very difficult book called Mastering Turbo Assembler (which I've only used as a reference so far). Is there anything more I need to study? I searched google for "x86 manual", but the results don't seem to be what I'm looking for.
Please enlighten me. Thanks.
Please enlighten me. Thanks.
The processor manuals are a set of manuals made by your processor manufacturer. If you are on an Intel CPU then you should read the Intel Softaware Developers manual (3a/3b), if you are on an AMD CPU then read the AMD manuals. They are incredibly useful and free online.
the links to them are in the Wiki.
the links to them are in the Wiki.
Website: https://joscor.com
You can also use both if you don't understand one's particular wording.01000101 wrote:The processor manuals are a set of manuals made by your processor manufacturer. If you are on an Intel CPU then you should read the Intel Softaware Developers manual (3a/3b), if you are on an AMD CPU then read the AMD manuals. They are incredibly useful and free online.
the links to them are in the Wiki.
C8H10N4O2 | #446691 | Trust the nodes.
- jerryleecooper
- Member
- Posts: 233
- Joined: Mon Aug 06, 2007 6:32 pm
- Location: Canada
I ordered them. Got a notice from Intel a few days ago that they will be shipping shortly. It took them a month to respond to the original order though, as they outsource the manual-shipping stuff to another company. I've never read the AMD manuals so I can;t say much 'bout those. I'll look over them though.
Edit:
Yes, the manuals are free
Edit:
Yes, the manuals are free
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
don't look for the order button, only the documents themselves:
http://www.intel.com/products/processor/manuals/
http://www.intel.com/products/processor/manuals/
I agree, the AMD manuals seem to explain things much better. I would suggest reading the AMD snippets first, then if you have specific questions or need more indepth answering, look to the Intel manuals.
I got my copies free from Intel.
I got my copies free from Intel.
Website: https://joscor.com
- jerryleecooper
- Member
- Posts: 233
- Joined: Mon Aug 06, 2007 6:32 pm
- Location: Canada
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
That was mejerryleecooper wrote:Someone as far as Australia even got them, if Im not mistaken.
See this site for a list of manuals: http://www.intel.com/products/processor/manuals/ (as posted above).
Ordering instructions are here: http://www.intel.com/design/literature.htm
You just need to follow the instructions on the site.
Code: Select all
Email: [email protected]
Please make sure to include in your mailed/emailed request:
SKU #
Company Name
Your Name (first, last)
Full mailing address
Daytime Phone Number in case of questions
For company name you can make up anything you want.
My OS is Perception.