Log in

View Full Version : Anyone recommend any IA-32 ASM books?


PowerMacG4
26th March 2003, 04:25
I know C and C++, and I am interested in learning how to write fast code. Since many of you people here know how to write good code with MMX and SSE instructions, I thought you would know of some good books to buy. I have no idea where to start because my background is in PPC and with straight C/C++ and no assembler.

Any pointers/tips on where to start and what books to buy?

int 21h
26th March 2003, 08:13
http://developer.intel.com/design/pentium4/manuals/

http://developer.intel.com/design/PentiumIII/manuals/

TheUnforgiven
26th March 2003, 10:21
Art of Assembly
great downloadable free book
http://webster.cs.ucr.edu/AoA.html

sh0dan
26th March 2003, 20:02
I have put up some information in avisynth.org, explaining a simple routine and some links.

AssemblerOptimizing (http://www.avisynth.org/index.php?page=AssemblerOptimizing)

I also put up some reference stuff on AviSynth CVS site. See my signature for link - it's at the top of the page.

PowerMacG4
26th March 2003, 21:03
Thanks guys, I will check it out.