Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Assembly Language

  1. #11
    The Art of Assembly by Randall Hyde is a great read. It comes
    as pdf though, just search any engine.

    P.S. It starts off well but he uses MASM

  2. #12
    AO Curmudgeon rcgreen's Avatar
    Join Date
    Nov 2001
    Posts
    2,716

    Thumbs up

    Don't let anyone scare you away from
    assembly language, telling you that it
    is difficult etc.
    It is the HOLY GRAIL of programming,
    the MOTHER LODE of deep wisdom,
    the BLACK MAGIC of elite hackers,
    the REAL DEAL,
    the ONE TRUE FAITH,
    am I finished yet?
    I came in to the world with nothing. I still have most of it.

  3. #13
    You can get a detailed idea about assembly by some Microprocessor books as well though i can't recomend one. i personally suggest U to start with 8085 architecture and programming as it is the basic of all PC based Microprocessors


  4. #14

    yet another tutorial

    Here is a good place to begin with assembly:http://www.bitafterbit.com/english/a...sic02/asm.html

    /me puts on a flame proof suit and sez:


    I feel assembly IS the best language to begin with. Understanding it can give insight into the x86 inner works.
    If you can handle the tediuos nature of this language you can stomach just about any other. I'm sure others will disagree however. I have also posted some assembly scripts that you can look at to gain a better understanding of assembly + debug:

    http://www.antionline.com/showthread...453#post354411


  5. #15
    Senior Member
    Join Date
    Aug 2001
    Posts
    168
    i would like to thank you 'antihax0r' for having links
    in beggining of turbo assembly... i really appreciate this
    topic and the helps
    \"The more you ignore me... the closer i get!\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •