The GNU Assembler has a whole plethora of directives, and this book only has the space for a few of them. Nonetheless, only a small handful are widely used. We have covered a number of them—.section, .quad, .ascii, .equ, etc. Here, we will look at several that are helpful, useful, or you are likely to see when looking at other code.
13.1 Reserving Space for Data
So far, we have used the .quad directive extensively and a little bit with the .byte directive. Along those lines there are two other ...