x86 Intel Assembly tutorials

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
Xerroz

x86 Intel Assembly tutorials

Post by Xerroz »

what are some good sites that have tutorials for intel style assembly?
TripleFault

RE:x86 Intel Assembly tutorials

Post by TripleFault »

The best place for you to learn about anything is the Art of Assembly language:
http://webster.cs.ucr.edu/Page_asm/0_ArtOfAsm.html

That tutorial is 16-bit.  There are other Art of Assembly tutorials but they're for 32-bit Linux and Windows.
I hope this helps you out!
TripleFault

RE:x86 Intel Assembly tutorials

Post by TripleFault »

Another good forum for asking questions is Mega-Tokyo:
http://www.mega-tokyo.com/forum/index.php?board=1
They have a high-traffic OSDEV fourm.
Post Reply