#
intel syntaxPass the -M intel
cli argument, or use .intel_syntax noprefix
and switch back to AT&T with .att_syntax prefix
.
#
macro varargsGAS supports varidic macro arguments, which is quite useful.
#
warnings about defining data.long
, .int
, and .word
should be typically avoided because their size changes depending on the architecture. Prefer to use .byte
, .2byte
, .4byte
, and .8byte
.