Thread: Assembler

  1. #1
    Newbie
    Join Date
    Dec 2005
    Posts
    22

    Assembler

    Where can i teach myself assembler language, or what do you recommend learning along with C++?

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    I generally don't recommend learning anything along with C++. Why break your attention and concentration between two languages? Would you learn French and Japanese at the same time? As for learning assembly, I wouldn't start until I got a good knowledge of one of the more standard programming languages. They have more to do with logic and complex thinking while assmebly gets more into computer operation.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Assembler in GCC
    By Magos in forum Linux Programming
    Replies: 4
    Last Post: 11-05-2002, 04:22 PM
  3. assembler and linker stuff...question
    By dirkduck in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-17-2001, 12:10 AM
  4. MAINFRAME Assembler.
    By sean in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-05-2001, 05:32 PM
  5. interfacing assembler with c++
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 10-24-2001, 12:13 AM