This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

assembly language

I wanna learn assembly language but I read this. is it true?


Oh, and by the way: forget any and all thoughts of writing your program in assembly language. It ain't gonna happen, no matter what you read in these forums. If it were possible, you could easily buy an Assembler for the ARM chip, or get one free. The only way to get an Assembler is to sign an NDA (Non-Disclosure Agreement) WHEN you sign a contract to buy a ton of chips.
Anyone who says you can write assembly language simply doesn't understand any of the process of writing assembly language.

Parents
  • www.raspberrypi.org/.../viewtopic.php

    Hmm - that's not exactly what you put in your opening post, though - is it?
    You've edited it rather heavily - haven't you?

    The actual post is talking specifically about programming the Raspberry Pi - basically a Linux system - in assembler.

    It is still basically nonsense (as other posts there point out), but programming a Linux system (which is what an RPi is) in Assembler is a rather different matter to programming ARM-based microcontrollers - which is what Keil MDK is for.

    (There are certain parts of the RPi hardware which are proprietary, and may require NDA - but the issues have nothing specifically to do with assembler)

Reply
  • www.raspberrypi.org/.../viewtopic.php

    Hmm - that's not exactly what you put in your opening post, though - is it?
    You've edited it rather heavily - haven't you?

    The actual post is talking specifically about programming the Raspberry Pi - basically a Linux system - in assembler.

    It is still basically nonsense (as other posts there point out), but programming a Linux system (which is what an RPi is) in Assembler is a rather different matter to programming ARM-based microcontrollers - which is what Keil MDK is for.

    (There are certain parts of the RPi hardware which are proprietary, and may require NDA - but the issues have nothing specifically to do with assembler)

Children