Microsoft KB Archive/35106

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 19:21, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q35106 to Microsoft KB Archive/35106 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Minus Operator Cannot Be Used with Relocatables ID Number: Q35106

1.x 3.x 4.00 5.x OS/2

Summary:

The Microsoft Macro Assembler does not evaluate relocatables using the minus (-) operator. For example, the following line incorrectly uses the minus operator:

lea ax,[bx - offset seltable]

MASM does not support the use of the minus operator because the linker does not support this fixup; it only supports the add (+) operator.