.lcomm Directive

Syntax

.lcomm name, expression

Description

The .lcomm directive gives the named symbol (name) a data type of bss. The assembler allocates the named symbol to the bss area, and the expression defines the named symbol's length. If a .globl directive also specifies name, the assembler allocates the named symbol to external bss.