Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Where can I download GNU assembler?

Is Gas is the same as GNU assembler? Where can I download it? And, is it good for a beginner? If not, where should I start?

5 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    Yes, Gas is the same as GNU assembler. It's part of the binutils package, and can be downloaded at ftp://ftp.gnu.org/gnu/binutils/ (together with many other tools, like the GNU linker). Mind you, it's intended to run under Unix-like operating systems, like Linux (where it's included by default due to dependencies).

    It's not good for beginners, as it's intended more to be used as a backend by GCC (GNU compiler collection) than as a stand-alone by people, and therefor make some assumptions -- like that you know what you're doing and that you don't need verbose error-messages.

    NASM (http://www.nasm.us/) is better suited for actually writing programs manually in, and it's available for Windows also.

  • 5 years ago

    Gnu Assembler

  • Anonymous
    6 years ago

    This Site Might Help You.

    RE:

    Where can I download GNU assembler?

    Is Gas is the same as GNU assembler? Where can I download it? And, is it good for a beginner? If not, where should I start?

    Source(s): download gnu assembler: https://shortly.im/PdGJF
  • 1 decade ago

    GNU as is a part of the binutils package at http://www.gnu.org/software/binutils/

    I don't believe that it is the same as gas. As to whether it is good for a beginner depends on the rest of your skillset. If you're already familiar with various gnu tools, then it should be on a similar level to learn as other assemblers.

  • How do you think about the answers? You can sign in to vote the answer.
Still have questions? Get your answers by asking now.