qa.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.
SBB
   Summary  Detail  Example  Timings Key  Encodings Key
──────────────────────────────────────────────────────────────────────────────
 
 000110dw     mod,reg,r/m      disp (0 or 2)
────────────────────┬───────────────────────────┬───────────────────────────
 SBB  reg,reg       │ sbb    dx,cx              │ 88/86 3
                    │                           │ 286   2
                    │                           │ 386   2
────────────────────┼───────────────────────────┼───────────────────────────
 SBB  mem,reg       │ sbb    WORD PTR m32[2],dx │ 88/86 16+EA (W88=24+EA)
                    │                           │ 286   7
                    │                           │ 386   6
────────────────────┼───────────────────────────┼───────────────────────────
 SBB  reg,mem       │ sbb    dx,WORD PTR m32[2] │ 88/86 9+EA (W88=13+EA)
                    │                           │ 286   7
                    │                           │ 386   7
────────────────────┴───────────────────────────┴───────────────────────────
 
 100000sw     mod,011,r/m      disp (0 or 2)     data (1 or 2)
────────────────────┬───────────────────────────┬───────────────────────────
 SBB  reg,immed     │ sbb    dx,45              │ 88/86 4
                    │                           │ 286   3
                    │                           │ 386   2
────────────────────┼───────────────────────────┼───────────────────────────
 SBB  mem,immed     │ sbb    WORD PTR m32[2],40 │ 88/86 17+EA (W88=25+EA)
                    │                           │ 286   7
                    │                           │ 386   7
────────────────────┴───────────────────────────┴───────────────────────────
 
 0001110w     data (1 or 2)
────────────────────┬───────────────────────────┬───────────────────────────
 SBB  accum,immed   │ sb     ax,320             │ 88/86 4
                    │                           │ 286   3
                    │                           │ 386   2
────────────────────┴───────────────────────────┴───────────────────────────
                                    -♦-