bc8.cgs 240 B

1234567891011121314151617181920212223
  1. # m32r testcase for bc $disp8
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global bc8
  6. bc8:
  7. mvi_h_condbit 0
  8. bc.s test0fail
  9. bra test0pass
  10. test0fail:
  11. fail
  12. test0pass:
  13. mvi_h_condbit 1
  14. bc.s test1pass
  15. fail
  16. test1pass:
  17. pass