1# mach: all
2# output:
3# sim: --environment operating
4
5.include "t-macros.i"
6
7	start
8
9	PSW_BITS = 0
10	point_dmap_at_imem
11	check_interrupt (VEC_RIE&DMAP_MASK)+DMAP_BASE PSW_BITS test_rie_xx
12
13test_rie_xx:
14        .short 0xe120, 0x0000  ;; Example of RIE code
15	nop
16	exit47
17