1.3 Limits

The maximum values that can be coded in C and assembly-language programs are indicated below.

(1)

Compiler limits

There are no limits on translation. The maximum translatable value depends on the memory of the host machine on which the program is running. Exceeding the maximum value an assembler specified will result in an error.

Remark

The maximum number of bytes for one object is 2 Gbytes (in the host environment).

(2)

Assembler limits

There are no limits on translation. The maximum translatable value depends on the memory of the host machine on which the program is running.