bnc24.cgs 216 B

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