PowerPC assembly instruction

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PowerPC assembly instruction

Jump to solution
863 Views
vinothkumars
Senior Contributor IV

Hi All,

I am working on T4160RDB machine and I want to debug the u-boot. I want to print some value from processor assembly section for that I want to initialize the uart transmit.

I followed this thread,

   Uart output 

I want to PowerPC instruction for following instruction (ldr, str, tst

Regards, VinothS

Regards,
Vinothkumar Sekar
Labels (2)
0 Kudos
1 Solution
696 Views
Pavel
NXP Employee
NXP Employee

Look at the Section 3.4.3.2 of the e6500 Core Reference Manual:

https://www.nxp.com/docs/en/reference-manual/E6500RM.pdf

 

See also the Chapter 5.6.1.2.1 of the EREF:

https://www.nxp.com/webapp/Download?colCode=EREF_RM&location=null

Have a great day,
Pavel Chubakov

 

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

View solution in original post

0 Kudos
2 Replies
697 Views
Pavel
NXP Employee
NXP Employee

Look at the Section 3.4.3.2 of the e6500 Core Reference Manual:

https://www.nxp.com/docs/en/reference-manual/E6500RM.pdf

 

See also the Chapter 5.6.1.2.1 of the EREF:

https://www.nxp.com/webapp/Download?colCode=EREF_RM&location=null

Have a great day,
Pavel Chubakov

 

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

0 Kudos
696 Views
vinothkumars
Senior Contributor IV

Hi Pavel,

Thank you for your reply.

Regards,
Vinothkumar Sekar
0 Kudos