Thread: A good tutorial for x86 assembly?

  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229

    A good tutorial for x86 assembly?

    Can someone recommend a good (complete, objective, etc) tutorial/book on x86 assembly?

    I tried googling but couldn't find anything modern.

    The wikibook (http://en.wikibooks.org/wiki/X86_Assembly) looks decent, but is very brief.

    I am pretty familiar with C/C++, but have just about 0 experience in asm (did a little bit of z80 assembly for my graphing calculator a few years back... that's about it)

    Preferably free and for NASM + Linux (but that probably won't matter much).

    Thanks!

    [edit]
    This one looks fine - http://www.drpaulcarter.com/pcasm/
    any other suggestions?
    [/edit]
    Last edited by cyberfish; 05-10-2009 at 02:12 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    I knew I had this one link -- tons of stuff here

    I was typing in like cheapsunglasses.com -- inurl:cheapsunglasses -- inurl:sunglasses x86 --

    assemblylanguage.net - Assembly Language Resources

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Thanks for the links .

    Downloaded a few to start reading on a 10 hrs flight.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Assembly
    By geek@02 in forum C++ Programming
    Replies: 1
    Last Post: 05-14-2004, 01:12 PM
  2. Good OpenGL tutorial
    By Yoshi in forum C++ Programming
    Replies: 3
    Last Post: 11-12-2002, 07:20 PM
  3. Tutorial any good?
    By Anthony172 in forum C++ Programming
    Replies: 10
    Last Post: 10-22-2002, 01:32 PM
  4. Is there a good tutorial for Windows programming??
    By BubbleMan in forum Windows Programming
    Replies: 3
    Last Post: 08-16-2001, 03:49 PM