cmpxchg-setbe.asm 126 B

12345678910
  1. global _start
  2. %include "header.inc"
  3. mov eax, 1
  4. mov edx, 2
  5. cmpxchg eax, edx
  6. setbe cl
  7. %include "footer.inc"