您的位置:首页 > 其它

July 30th Monday (七月 三十日 月曜日)

2007-08-04 17:27 363 查看
  When ARM chip startting up, it should be at ARM status.

  To switch Thumb status: when the operand register 0 bit is 1, can use "BX" instruction, switch to Thumb status
from ARM status.  Besides when being at exceptions (such as, IRQ, FIQ, Undef, Abort, SWI, etc) at Thumb status,
return from those exceptions, enter Thumbe status automatically.

  To switch ARM status: when the operand register 0 bit is 0, can use "BX" instruction, switch to ARM status
from Thumb status.  Besides when being at exceptions (such as, IRQ, FIQ, Undef, Abort, SWI, etc) at ARM status,
return from those exceptions, enter ARM status automatically. 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  up