v86/tests/nasm/cmpxchg-setbe.asm
2022-09-06 00:26:39 +09:00

11 lines
126 B
NASM

global _start
%include "header.inc"
mov eax, 1
mov edx, 2
cmpxchg eax, edx
setbe cl
%include "footer.inc"