bcs.cgs 190 B

123456789101112131415161718
  1. # cr16 testcase for bcs disp16
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start
  5. .global bcs
  6. bcs:
  7. mvi_h_condbit 0
  8. movw $12, r4
  9. movw $10, r5
  10. subw r4, r5
  11. bcs ok
  12. not_ok:
  13. fail
  14. ok:
  15. pass