t-rie-xx.s 268 B

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