Assembly support or mcuxpresso ?

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

Assembly support or mcuxpresso ?

458 Views
randyseedle
Contributor III

Does mcuxpresso support assembly language for the ARM processor ? What would I need to do to make that happen ? Steps or instruction please.

Randy Seedle

 

0 Kudos
Reply
1 Reply

390 Views
Pablo_Ramos
NXP Employee
NXP Employee

Hi @randyseedle,

You use the keyword asm to embed assembler instructions within C code.

You can find how to use this feature on the Help menu of MCUXpresso -> Help contents and search for "inline assembly"

Pablo_Ramos_0-1748543852928.png

Best Regards,
Pablo

0 Kudos
Reply