Closed Thread
Results 1 to 7 of 7

Thread: Quick question about assembly languages

  1. #1
    Osnarf's Avatar
    Osnarf is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    31
    Rep Power
    0

    Quick question about assembly languages

    I was just wondering if, once you learned one assembly language, it would be easy to learn assembly for other processors? Does your knowledge of how assembly works transfer from one processor to the other, and only require you to learn new syntax? Or is this like learning to play baseball and then learning to play soccer?

    Thanks!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Quick question about assembly languages

    Depends on the person and the languages, but from personal experience I'd say it's more like learning C++ and then moving to Java. A lot of the same elements, but depending on the systems you try there could be some major differences. I found MIPS rather easy to switch to for my EE class after having programmed in Intel assembly language for nearly six years. But that's just me.

    What languages do you want to learn? I can help with Intel, and MIPS to some degree.
    sudo rm -rf /

  4. #3
    Osnarf's Avatar
    Osnarf is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    31
    Rep Power
    0

    Re: Quick question about assembly languages

    I was thinking about intel, and then some microcontrollers, like ARM.

  5. #4
    Osnarf's Avatar
    Osnarf is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    31
    Rep Power
    0

    Re: Quick question about assembly languages

    --edit: sorry double posted

  6. #5
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Quick question about assembly languages

    Oooh, Intel is fun. I have a little tutorial series in the ASM tutorial section. I'm going to continue it soon, as this quarter's finals are over. As for ARM...Google'll help you more than I can.
    Last edited by dargueta; 03-19-2010 at 02:00 AM.
    sudo rm -rf /

  7. #6
    Osnarf's Avatar
    Osnarf is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    31
    Rep Power
    0

    Re: Quick question about assembly languages

    Thanks for the input. I'm going through the art of assembly right now, once I get to the part in the book where it gets into real asm language instead of HLA I'm going to read through the tutorial. I just glanced over it now. I appreciate your help, I'm sure you'll be hearing from me on here lol.

  8. #7
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Quick question about assembly languages

    Okay. I'll be waiting for you.
    sudo rm -rf /

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. quick question (php)
    By mayo in forum PHP Development
    Replies: 2
    Last Post: 12-18-2009, 01:34 PM
  2. New to C++, quick question
    By mike05cp in forum C and C++
    Replies: 3
    Last Post: 12-15-2009, 07:52 PM
  3. quick question
    By Hot_Milo23 in forum The Lounge
    Replies: 9
    Last Post: 10-11-2009, 11:01 PM
  4. Quick Question
    By Khaotic in forum C and C++
    Replies: 5
    Last Post: 05-12-2009, 06:19 PM
  5. quick question (C)
    By johnobri in forum C and C++
    Replies: 1
    Last Post: 04-30-2009, 09:14 AM

Bookmarks

Posting Permissions

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