How does Youjian 4412 development board highlight assembly code in source insight?
How does Youjian 4412 development board highlight assembly code in source insight? 4412 development board
When you do ARM embedded development, you sometimes have to assemble the code, but when you set up PROJECT and ADD TREE in SIS, all the assembly files in the TREE will not be included according to the default settings, only the .inc and .asm suffixes are added by default, and the .s suffix is not. And when you use SIS to open .s files, there is no color in black and white, and it feels like it's back to the EDIT era of DOS.
The solution is in Options- > Document Options, click the Document Type drop-down menu on the top left, select x86 Asm Source File, and then add * .s after * .asm;*.inc; in the right File filter; then CLOSE is fine. This allows you to add these assemblies to PROJECT when you ADD TREE.
As for making the assembly highlight and index lookup, the solution is to Options- > Document Options, click the Document Type drop-down menu on the left, select C Source File, and then add * .sReading.S to the File filter on the right to view the assembly as if you were watching C. Very convenient, .
The method of adding is as follows
More technical information about the 4412 development board can be found on Youjian's official website or Youjian Forum, and we will answer them for you one by one.