Page 67 - ARM 64 Bit Assembly Language
P. 67
GNU assembly syntax 51
2.12. Why are .ascii and .asciz directives usually followed by an .align directive, but
.word directives are not?
2.13. Using the “Hello World” program shown in Listing 2.2 as a template, write a program
that will print your last name.
2.14. Listing 2.3 shows that the assembler will assign the location 00000000 16 to the main
symbolandalsotothe mesg symbol. Why does this not cause problems?