Home | History | Annotate | Line # | Download | only in d10v
      1  1.1  christos # mach: all
      2  1.1  christos # output:
      3  1.1  christos # sim: --environment operating
      4  1.1  christos 
      5  1.1  christos .include "t-macros.i"
      6  1.1  christos 
      7  1.1  christos 	start
      8  1.1  christos 
      9  1.1  christos ;;; Read/Write values to SPU/SPI
     10  1.1  christos 
     11  1.1  christos 	loadpsw2 0
     12  1.1  christos 	ldi sp, 0xdead
     13  1.1  christos 	loadpsw2 PSW_SM
     14  1.1  christos 	ldi sp, 0xbeef
     15  1.1  christos 
     16  1.1  christos 	loadpsw2 0
     17  1.1  christos 	check 1 sp 0xdead
     18  1.1  christos 	loadpsw2 PSW_SM
     19  1.1  christos 	check 2 sp 0xbeef
     20  1.1  christos 
     21  1.1  christos 	exit0
     22