新聞中心

ARM寄存器詳解

作者: 時(shí)間:2016-11-20 來源:網(wǎng)絡(luò) 收藏
一共有37個(gè)寄存器

1. 31個(gè)通用寄存器

本文引用地址:http://m.butianyuan.cn/article/201611/318751.htm

2. 6個(gè)狀態(tài)寄存器

R13作為堆棧指針

R14鏈接寄存器

1.保存函數(shù)返回地址

2. 異常返回地址

R15程序計(jì)數(shù)器(PC指針)

程序狀態(tài)寄存器

只有在異常時(shí)才有程序狀態(tài)寄存器

為什么有兩個(gè)CPSR

SPSR當(dāng)異常發(fā)生時(shí)保存CPSR的地址

當(dāng)異常結(jié)束時(shí)SPSR將之前保存的地址給CPSR

程序狀態(tài)寄存器的數(shù)據(jù)格式

NIs set to bit 31 of the result of the instruction. If this result is regarded as a twos complement
signed integer, then N = 1 if the result is negative and N = 0 if it is positive or zero.

ZIs set to 1 if the result of the instruction is zero (this often indicates anequalresult from a
comparison), and to 0 otherwise.

I bit Disables IRQ interrupts when it is set.

F bitDisables FIQ interrupts when it is set.

M 標(biāo)識處理器的工作模式

獲取和設(shè)置工作模式



關(guān)鍵詞: ARM寄存

評論


技術(shù)專區(qū)

關(guān)閉