
Tips for writing portable assembler with GNU Assembler (GAS)
Writing assembly code is straightforward when you are familiar with the targeted architecture’s instruction set, but what if you need to write the code for more than one architecture? For example, you might want to test whether a particular assembler feature is available, or generate an object file for use with another tool. Writing assembly source code that can work on multiple architectures is not so simple.
Continue reading Tips for writing portable assembler with GNU Assembler (GAS)