Intel iAPX 86 User Manual page 147

Table of Contents

Advertisement

LINK86 Controls and Error Messages
iAPX 86,88 Family Utilities
0-26
For example:
WARNING 65:
ILLEGAL FIXUP:
INCORRECT DECLARATION OF
EXTERNAL SYMBOL
FILE:
EXTFIL
MODULE:
EXTMODULE
SYMBOL:
EXTSYM
FRAME:
GROUP - GROUP1
TARGET:
SEGMENT - SEGMENTS
The symbol EXTSYM is declared to be in SEGMENT5. The external-public resolu-
tion specified that the calculations be made with respect to the base of GROUP 1,
but the segment SEGMENT5 is not in GROUPl.
WARNING 66:
CS AND IP REGISTERS ARE NOT INITIALIZED
Meaning
The INITCODE control was specified, and the register initialization record does not
contain information for initialization of 8086 registers. CS means code segment
register, and IP means instruction pointer.
Cause
This condition is usually the result of an incomplete END directive in your assembly
language module or a translation error.
Effect
The values of CS and IP at the beginning of program execution are entirely depen-
dent on the loader of your system. The object code will be valid.
User Action
Retranslate your code, then reinvoke LINK86.
WARNING 67:
SS AND SP REGISTERS ARE NOT INITIALIZED
Meaning
The INITCODE control was specified, and the register initialization record does not
contain information for initialization of 8086 registers. SS means stack segment and
SP means stack pointer.
Cause
This condition is usually the result of an incomplete END directive in your assembly
language module or a translation error.
Effect
The values of SS and SP at the beginning of program execution are entirely depen-
dent on the loader of your system. The object code will be valid.
User Action
Correct your code if necessary, then reinvoke LINK86.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Iapx 88

Table of Contents