Home > other >  How to realize assembler in ubuntu environment?
How to realize assembler in ubuntu environment?

Time:10-04

How to realize assembler in ubuntu environment?

CodePudding user response:

You need to configure the cross compile tools, and then the assembly code embedded in C, compile time with cross compile tools compiled binary executable file, and then transplanted to the development board, at last./execution.
  • Related