v86/tests/nasm/cmp16-setbe.asm

10 lines
104 B
NASM

global _start
%include "header.inc"
mov ax, -1
cmp ax, -3
setbe bl
%include "footer.inc"