◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── MPC fatal error MP1083 segment overflow writing p-code tables in segment 'segment' The writing of p-code tables at the end of the given segment caused the segment to exceed 64K. This segment contains or is referenced by p-code functions. Reduce the size of the given segment and relink. If you are generating a Windows executable or are using the LINK /PACKC option, you must reserve enough space for the p-code tables with the LINK /PACKC:<number> option. The <number> specifies the maximum size of a code segment (512 bytes is recommended).