.info pseudo-op

Purpose

Adds arbitrary information to the .info section of the output file, and generates a C_INFO symbol with a specified name.

Syntax
.info Name, Number0 [, Number] …
.info , Number [, Number]...

Description

The .info pseudo-op adds information to the .info section of the output object file. The Number0 value and other Number values are added to the .info section as word values. If the Name parameter is specified, a C_INFO symbol with the specified name is generated, whose value is the offset of the word after Number0 that is in the .info section.

Parameters

Name
Specifies an arbitrary string to be added to the .comment section of the output file.
Number0
Specifies the aggregate length of the information to be added in bytes to the .info section of the output file.
Number
Specifies arbitrary words to be added to the .info section of the output file.