Assembly language for PC (Off topic)

Archive of the old Parsimony forum. Some messages couldn't be restored. Limitations: Search for authors does not work, Parsimony specific formats do not work, threaded view does not work properly. Posting is disabled.

Assembly language for PC (Off topic)

Postby Josué Forte » 21 Feb 2003, 22:03

Geschrieben von: / Posted by: Josué Forte at 21 February 2003 22:03:57:

Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Josué Forte
 

Re: Assembly language for PC (Off topic)

Postby Ron Murawski » 21 Feb 2003, 22:52

Geschrieben von: / Posted by: Ron Murawski at 21 February 2003 22:52:39:
Als Antwort auf: / In reply to: Assembly language for PC (Off topic) geschrieben von: / posted by: Josué Forte at 21 February 2003 22:03:57:
Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Hi Josué,
Here's a start:
Intel Software Developer's Manual
http://www.intel.com/design/pentium/MAN ... 319101.PDF
If you have no background in assembly language you may be better served by buying an assembly language book.
Ron



Intel Software Developer's Manual
Ron Murawski
 

Re: Assembly language for PC (Off topic)

Postby Filip Tvrzsky » 22 Feb 2003, 04:12

Geschrieben von: / Posted by: Filip Tvrzsky at 22 February 2003 04:12:12:
Als Antwort auf: / In reply to: Re: Assembly language for PC (Off topic) geschrieben von: / posted by: Ron Murawski at 21 February 2003 22:52:39:
Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Hi Josué,
Here's a start:
Intel Software Developer's Manual
http://www.intel.com/design/pentium/MAN ... 319101.PDF
If you have no background in assembly language you may be better served by buying an assembly language book.
Ron
ad1) http://webster.cs.ucr.edu/Page_asm/ArtOfAsm.html
search by Google: assembly x86
ad2) Instructions have the same mnemonic if are available on both processors.
ad3) follow the link given by Ron
ad4) Intel: http://www.intel.com/design/pentium/MANUALS/242816.htm
AMD: http://www.amd.com/us-en/assets/content ... /22007.pdf
Greetings
Filip
Filip Tvrzsky
 

Re: Assembly language for PC (Off topic)

Postby Ron Murawski » 22 Feb 2003, 05:00

Geschrieben von: / Posted by: Ron Murawski at 22 February 2003 05:00:51:
Als Antwort auf: / In reply to: Re: Assembly language for PC (Off topic) geschrieben von: / posted by: Filip Tvrzsky at 22 February 2003 04:12:12:
Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Hi Josué,
Here's a start:
Intel Software Developer's Manual
http://www.intel.com/design/pentium/MAN ... 319101.PDF
If you have no background in assembly language you may be better served by buying an assembly language book.
Ron
ad1) http://webster.cs.ucr.edu/Page_asm/ArtOfAsm.html
search by Google: assembly x86
ad2) Instructions have the same mnemonic if are available on both processors.
ad3) follow the link given by Ron
ad4) Intel: http://www.intel.com/design/pentium/MANUALS/242816.htm
AMD: http://www.amd.com/us-en/assets/content ... /22007.pdf
Greetings
Filip
Hi Filip,
Thanks for the "Art of Assembly" link. :-)
Here is a very good page for accessing Intel's on-line x86 documentation:
http://www.x86.org/intel.doc/inteldocs.htm
In fact, the entire x86.org site is very helpful and informative.
Ron



Intel On-line x86 documentation
Ron Murawski
 

Re: Assembly language for PC (Off topic)

Postby Josué Forte » 22 Feb 2003, 23:16

Geschrieben von: / Posted by: Josué Forte at 22 February 2003 23:16:11:
Als Antwort auf: / In reply to: Re: Assembly language for PC (Off topic) geschrieben von: / posted by: Ron Murawski at 21 February 2003 22:52:39:
Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Hi Josué,
Here's a start:
Intel Software Developer's Manual
http://www.intel.com/design/pentium/MAN ... 319101.PDF
If you have no background in assembly language you may be better served by buying an assembly language book.
Ron
Hi Ron,
That is a good start!
Yes, an assembly book would be better for me, but a could not find one
with the explanations I need. But I will keep trying to find one.
Thanks for the Intel link!
Regards,
Josué.
Josué Forte
 

Re: Assembly language for PC (Off topic)

Postby Josué Forte » 22 Feb 2003, 23:19

Geschrieben von: / Posted by: Josué Forte at 22 February 2003 23:19:13:
Als Antwort auf: / In reply to: Re: Assembly language for PC (Off topic) geschrieben von: / posted by: Filip Tvrzsky at 22 February 2003 04:12:12:
Hi all,
I would like to learn the basics of assembly language for PC in order to write some pieces of code for Matheus. Can someone help me on this?
1) Where can I find some papers on this subject on the internet.
2) Intel and AMD processors are the most common chips on PCs. Are the mnemonic operation codes different for these two processors? Do they have special instructions?
3) Where can I get a complete list of mnemonic operation codes for Intel and AMD processors, with an explanation for each of them?
4) Where can I get a paper that shows, for each mnemonic operation , how many clock cicles an instruction takes to be performed?
If someone can send me a real piece of chess assembly code, with comments, I will be gratefull.
Thanks in advance for any help.
Best regards,
Josué
Hi Josué,
Here's a start:
Intel Software Developer's Manual
http://www.intel.com/design/pentium/MAN ... 319101.PDF
If you have no background in assembly language you may be better served by buying an assembly language book.
Ron
ad1) http://webster.cs.ucr.edu/Page_asm/ArtOfAsm.html
search by Google: assembly x86
ad2) Instructions have the same mnemonic if are available on both processors.
ad3) follow the link given by Ron
ad4) Intel: http://www.intel.com/design/pentium/MANUALS/242816.htm
AMD: http://www.amd.com/us-en/assets/content ... /22007.pdf
Greetings
Filip
Hi Filip,
Thanks for the links and explanatios!
Regards,
Josué.
Josué Forte
 


Return to Archive (Old Parsimony Forum)

Who is online

Users browsing this forum: No registered users and 31 guests