bnc8.cgs 213 B

1234567891011121314151617181920
  1. # m32r testcase for bnc $disp8
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global bnc8
  6. bnc8:
  7. mvi_h_condbit 0
  8. bnc.s test0pass
  9. test1fail:
  10. fail
  11. test0pass:
  12. mvi_h_condbit 1
  13. bnc.s test1fail
  14. pass