8086 Object Module Formats | Version 4.0 |
Diaqrams land 2 show two commom cases.
R&L attempts to inform the user of any erroneous
EXAMPLES: | J~P SYM | + 10 | or | JMP | SYM - 2 |
|
The symbol SYM will have an offset within its containinq LSEG. | The | |||||
values 10 and | The fixup output by an | 8989 | ||||
translator | may be |
|
|
|
|
|
| LOCATION: OFFSET |
|
|
|
| |
| FRAME: | F~ |
| DISPLACE~ENT = number |
| |
| TARGET: | EXTERNAL (SYM) , |
|
The output of LINK will be:
LOCATION: OFFSET
FRAME: F~
TARGET: SEGMENT(B), DISPLACEMENT = number + offset
Where 'number + offset' is the sum of the siqned 'number' and the non- neoative 'offset' of the symbol from the base of the segment B. Warninq will be issued if overflow or underflow occurs durinq the co~putation of this displacement.
LOCATE will compute the
1(19