Assembly Language Help (alang.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.
XADD Instruction
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 00001111    1100000b   mod,reg,r/m   disp (0, 1, or 2)
───────────────────────┬───────────────────────────┬────────────────────────
 XADD mem,reg          │ xadd  warr[bx],ax         │ 88/86 ──
                       │ xadd  string,bl           │   286 ──
                       │                           │   386 ──
                       │                           │   486 4
───────────────────────┼───────────────────────────┼────────────────────────
 XADD reg,reg          │ xadd  dl,al               │ 88/86 ──
                       │ xadd  bx,dx               │   286 ──
                       │                           │   386 ──
                       │                           │   486 3
───────────────────────┴───────────────────────────┴────────────────────────
                                    -♦-