I need an assembly language reference for the MPC8280.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I need an assembly language reference for the MPC8280.

跳至解决方案
890 次查看
gschmick
Contributor I

I just spent a half hour on the website looking.  Doesn't seem like it should be so hard to find.
  Thanks

0 项奖励
回复
1 解答
807 次查看
Pavel
NXP Employee
NXP Employee

Use Appendix A of the MPCFPE32B.pdf file or Appendix B of the MPC823UM.pdf file.

These files can be loaded using the following links:

http://cache.nxp.com/files/product/doc/MPCFPE32B.pdf?fsrch=1&sr=1&pageNum=1

http://cache.nxp.com/files/product/doc/MPC823UM.pdf?fsrch=1&sr=1&pageNum=1


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
807 次查看
gschmick
Contributor I

Thanks, Pavel.  The second option (Appendix B of the MPC823UM.pdf) was just what I was looking for (not so much the first).

Grant

0 项奖励
回复
808 次查看
Pavel
NXP Employee
NXP Employee

Use Appendix A of the MPCFPE32B.pdf file or Appendix B of the MPC823UM.pdf file.

These files can be loaded using the following links:

http://cache.nxp.com/files/product/doc/MPCFPE32B.pdf?fsrch=1&sr=1&pageNum=1

http://cache.nxp.com/files/product/doc/MPC823UM.pdf?fsrch=1&sr=1&pageNum=1


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

807 次查看
gschmick
Contributor I

Ok, I found the G2 Core Ref Manual (G2CORERM.pdf).  It gives me the name and syntax.  Doesn't help if I don't know what it's doing.  I'm picturing a document with a page for each instruction, or a least a text description of what it does.  F'rinstance:

Mnemonic: addis    Name: Add Immediate Shifted   Syntax: rD,rA,SIMM (from G2CORERM)

OK (I infer), it adds the immediate value (SIMM) to rA and the result goes in rD.  What gets shifted?  By how much?

Even if I can't find the doc I expect, it would be a great help if someone can just explain this one instruction.

But c'mon, that document has to exist, right?    Thanks.

0 项奖励
回复