The bottom 8 bits of a PSR (incorporating I, F, T and M[4:0]) are known collectively as the control bits.
这是什么意思呢?

解决方案 »

  1.   

    PSR(包括,I,F,T和M[4:0])的低8位通称为控制位。
      

  2.   

    请问有没有中断屏蔽位之说呢>
    Interrupt disable bit
      

  3.   

    那OM[24:0] 
    是OM积存器的位24和位0吗? 不是了从0~24位,一个BYTE有8位,从0~7,最后一位就是位7。 
    你说的这些我还是不明白?
    既然一个BYTE只有8位,那哪里来的24位呢?
      

  4.   

    Interrupt disable bit = 中断屏蔽位
      

  5.   

    那也就是说OM[24:0] 
    的意思是OM寄存器24位到0位
    对吧。
      

  6.   

    Reserved bits       The remaining bits in the PSR's are reserved. When changing a PSR's flag or control bits, you must ensure that these unused bits are not altered. Also, your program should not rely on them containing specific values, since in future processors they may read as one or zero.
    前面是给你做理解的,后面的我就不会了:(
    Also, your program should not rely on them containing specific values, since in future processors they may read as one or zero.