xor.cgs 184 B

12345678910111213141516
  1. # m32r testcase for xor $dr,$sr
  2. # mach(): m32r m32rx
  3. .include "testutils.inc"
  4. start
  5. .global xor
  6. xor:
  7. mvi_h_gr r4, 3
  8. mvi_h_gr r5, 6
  9. xor r4, r5
  10. test_h_gr r4, 5
  11. pass