ASMDATASIZE (C only)

Category

Object code control

Pragma equivalent

None.

Purpose

Provides the default data area size for the data areas defined by user-supplied assembly statements.

Syntax

Read syntax diagramSkip visual syntax diagramASMDS(num)

Defaults

ASMDATASIZE(256)

Parameters

num
It is a positive integer number. The default value is 256.

Usage

The ASMDATASIZE compiler option can be specified only if the GENASM compiler option is in effect.

IPA effects

The ASMDATASIZE option is ignored in the IPA link step. The IPA link step uses the data area size from the IPA compile step.

Related information

For more information about the GENASM compiler option, see GENASM | NOGENASM (C only).