![]() |
.string |
Previous | Assembler Directives | Next |
Syntax: .string "str"
Copy the characters in str to the object file. You may specify more than
one string to copy, separated by commas.
The assembler marks the end of each string with a 0 byte.
You can use any of the escape sequences described in Strings.