Home | History | Annotate | Line # | Download | only in d10v
      1 # mach: all
      2 # output:
      3 # sim: --environment operating
      4 
      5 .include "t-macros.i"
      6 
      7 	start
      8 
      9 	PSW_BITS = PSW_C|PSW_F0|PSW_F1
     10 
     11 	ldi	r6, #success@word
     12 	mvtc	r6, bpc
     13 	ldi	r6, #PSW_BITS
     14 	mvtc	r6, bpsw
     15 
     16 test_rte:
     17 	RTE
     18 	exit47
     19 
     20 success:
     21 	checkpsw2 1 PSW_BITS
     22 	exit0
     23