bne0w.cgs 179 B

12345678910111213141516
  1. # cr16 testcase for bne0w reg disp5
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start
  5. .global bne0w
  6. bne0w:
  7. mvi_h_condbit 0
  8. movw $1, r4
  9. bne0w r4, 0x1a
  10. not_ok:
  11. fail
  12. ok:
  13. pass