cmp16-setbe.asm 104 B

123456789
  1. global _start
  2. %include "header.inc"
  3. mov ax, -1
  4. cmp ax, -3
  5. setbe bl
  6. %include "footer.inc"