.comm Directive

Syntax

.comm name, expression

Description

The .comm directive causes name (unless defined elsewhere) to become a global common symbol at the head of a block of at least expression bytes of storage. The linker overlays like-named common blocks, using the expression value of the largest block as the byte size of the overlay.