nop.s 376 B

1234567891011121314151617181920212223242526
  1. # Hitachi H8 testcase 'nop'
  2. # mach(): all
  3. # as(h8300): --defsym sim_cpu=0
  4. # as(h8300h): --defsym sim_cpu=1
  5. # as(h8300s): --defsym sim_cpu=2
  6. # as(h8sx): --defsym sim_cpu=3
  7. # ld(h8300h): -m h8300helf
  8. # ld(h8300s): -m h8300self
  9. # ld(h8sx): -m h8300sxelf
  10. .include "testutils.inc"
  11. start
  12. nop: set_grs_a5a5
  13. set_ccr_zero
  14. nop
  15. test_cc_clear
  16. test_grs_a5a5
  17. pass
  18. exit 0