not.cgs 186 B

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