mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
17 lines
210 B
ArmAsm
17 lines
210 B
ArmAsm
.include "t-macros.i"
|
|
|
|
start
|
|
|
|
PSW_BITS = 0
|
|
point_dmap_at_imem
|
|
check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st
|
|
|
|
ldi sp,#0x4000
|
|
st r8, @-SP
|
|
|
|
ldi sp,#0x4001
|
|
test_st:
|
|
st r8,@-SP
|
|
nop
|
|
exit47
|