标题:
ARM CPSR/SPSR 的示意图
[打印本页]
作者:
look_w
时间:
2017-10-24 21:23
标题:
ARM CPSR/SPSR 的示意图
ENTRY
EXPORT __main
__main
SVC_Stack
Mode_SVC EQU 0x13
I_Bit EQU 0x80
F_Bit EQU 0x40
; Set up the SVC stack pointer and return to SVC mode
MOV R0, #Mode_SVC:OR:I_Bit:OR:F_Bit ; No interrupts
MSR CPSR_c, R0
LDR sp, =STACK_ADDR
nop
nop
nop
nop
nop
nop
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/)
Powered by Discuz! 7.0.0