Introduction
GNU-AS is a family of assembly for different platforms. For example, there is a gnu-as for intel x86 and a gnu-as (avr-as) for avr microcontrollers. They may have a few different command-line arguments. For example, avr-as has the -mmcu argument to select the target device type. However, they have a lot of common directives and same syntax.