Correction for Shifting and Rotating Bits

ID Number: Q28596

5.00 5.10 5.10a | 5.10 5.10a

MS-DOS | OS/2

docerr

Summary:

Page 325 of the "Microsoft Macro Assembler 5.0 Programmer's Guide"

and page 325 of the "Microsoft Macro Assembler 5.1 Programmer's

Guide" incorrectly state the following under section 16.8, "Shifting

and Rotating Bits:"

Bits can be moved right (toward the most-significant bits) or left

(toward the 0 bit).

It should say the following:

Bits can be moved right (toward the 0 bits) or left (toward the

most significant bit).