bc24.cgs 244 B

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