18 lines
264 B
ArmAsm
18 lines
264 B
ArmAsm
# mach: all
|
|
# output:
|
|
# sim: --environment operating
|
|
|
|
.include "t-macros.i"
|
|
|
|
start
|
|
|
|
PSW_BITS = 0
|
|
point_dmap_at_imem
|
|
check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st2w
|
|
|
|
ldi r10, #0x4001
|
|
st2w r8, @(1,r10)
|
|
test_st2w:
|
|
st2w r8,@(2,r10)
|
|
nop
|
|
exit47
|