Thread: Where do I learn assembly?

  1. #16
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    While programming you can just think of it as high speed cpu memory.

    As intel doesn't allow memory to memory transfers just about all

    the instructions require register usage.



    Chapter 2 Memory Access and Organization might help, I havn't had

    time to read his book though.

  2. #17
    Registered User WayTooHigh's Avatar
    Join Date
    Aug 2001
    Posts
    101
    Iczelion's Win32 Assembly HomePage Arguably the bible Win32 ASM resource around http://win32asm.cjb.net/
    Sometimes, the farthest point from the center is the center itself.

    Your life is your canvas, it's only as beautiful as you paint it.

  3. #18
    Registered User WebSnozz's Avatar
    Join Date
    Oct 2001
    Posts
    102
    Yeah that's definetly a good one. The AoA, I agree, is the best, but it uses the HLA thing which is meant to make the asm language similar to a high level language for the purpose of making it easier to learn about what's going on when your compiler compiles something, and less about learning about becoming an assembly programmer. I'm going through the book but having to look elsewhere to learn the exact syntax.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help using inline assembly for keyboard input
    By sleventeen in forum C Programming
    Replies: 7
    Last Post: 05-10-2009, 01:31 AM
  2. Can I learn Assebmly for reverse-engineering?
    By CChakra in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-20-2008, 11:13 AM
  3. Assembly Language Programming
    By shabbirhussain in forum Tech Board
    Replies: 3
    Last Post: 09-15-2008, 10:59 PM
  4. How Di read security permissions of Assembly!!
    By maryjj01 in forum C# Programming
    Replies: 0
    Last Post: 05-27-2007, 11:22 AM
  5. Assembly question
    By linucksrox in forum Tech Board
    Replies: 13
    Last Post: 04-08-2007, 06:41 PM