Thread: a good, BEGINNER asm tut out there?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    106

    a good, BEGINNER asm tut out there?

    I've been looking around, and I haven't been able to find many tutorials that start from scratch on the subject of assembly language programming. I have no clue if you need to have an asm compiler or not, anyone got any sites/tuts that they could suggest? Thanks a lot in advance.

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Do a search at google for the shareware a86 assembler. This comes with the best asm tutorial i have seen online.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    alright, cool. thanks for your info.

  5. #5
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I never liked the Art Of ASM online thing...so I got Aseembly Language Step by Step (the book)

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    did you find the book easy to learn? thanks

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    yeah, but the problem is that it doesn't cover gfx, save for a small piece on video modes (all I could make from that was a program to change the font color for DOS though..) but it at least introduces you to concepts, and basic language structire, which you'll need...then you can find a tut. on how to do graphics with ASM, and work from there...

  8. #8
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    alright, ill check it out. thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good Programming schools are they out there???
    By jbarby in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 05-12-2009, 06:31 PM
  2. C# vs ASM board
    By Yarin in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 01-28-2009, 05:18 AM
  3. ASM beginner gets 24 compiler errors on hello world...
    By Desolation in forum Tech Board
    Replies: 12
    Last Post: 06-16-2007, 10:21 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM