assembly language for codewarrior 10.6

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

assembly language for codewarrior 10.6

497 Views
libin
Contributor I

  move.l      FExBEMF_square_amp_filt_32b,A

            move.w      A1,A

            move.w      A1,FExBEMF_square_amp_filt

            How to modified these statements to C statement?

MCU M56F82723

Labels (1)
0 Kudos
1 Reply

439 Views
TICS_Fiona
NXP Employee
NXP Employee

Hello li

This should be equal to :

ExBEMF_square_amp_filt =  (int) ( ExBEMF_square_amp_filt_32b>>16);

Best Regards

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos