Go to the first, previous, next, last section, table of contents.


.string "str"

Copy the characters in str to the object file. You may specify more than one string to copy, separated by commas. Unless otherwise specified for a particular machine, the assembler marks the end of each string with a 0 byte. You can use any of the escape sequences described in section Strings.


Go to the first, previous, next, last section, table of contents.