A2321: Value too big

[ERROR]

Description

The absolute expression specified in a directive is too big. This message can be generated in following cases:

Example
           PLEN   50000

           LLEN  200

  dataSec: SECTION

           ALIGN  40000

           ; ...
  
Tips

Modify the absolute expression to a value in the range specified above.

Example
           PLEN   50

           LLEN   40

  dataSec: SECTION

           ALIGN  8

           ; ...