summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/cmpx16.asm
blob: a654eb57b0f0d0a8164b28e4c4d5eb990ac6dae8 (plain)
1
2
3
4
5
6
7
8
9
BITS 16
section .text
foo:
cmpxchg al, bh
xadd [eax], bh
cmpxchg ax, bx
xadd [eax], bx
cmpxchg eax, ebx
xadd [eax], ebx