String Specification Directive

The .ident directive places a null-terminated string in the .comment section of an output object file. See the use of .comment in Program Structure. The .ident directive has the following format:

.ident "string"

Where:

"string"

Represents a string.