blt.cgs 188 B

123456789101112131415161718
  1. # cr16 testcase for beq disp16
  2. # mach(): cr16
  3. .include "testutils.inc"
  4. start
  5. .global beq
  6. beq:
  7. mvi_h_condbit 0
  8. movw $1, r4
  9. movw $2, r5
  10. cmpw r4, r5
  11. blt ok
  12. not_ok:
  13. fail
  14. ok:
  15. pass