P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MP1083
                                              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).