Search code examples
linuxassemblysource-insight

ARM assembly in source insight


What would be the best way to read ARM assembly using source insight? I currently am reading code for the linux kernel using SI and so far everything has worked great. However, when I try to read ARM assembly it chokes.

I tried following the Stackoverflow answer here and that just created weird formatting. Is that because SI only recognizes x86 assembly and does not / cannot work with ARM assembly?


Solution

  • Maybe you need to add a custom language to read ARM assembler? https://www.sourceinsight.com/download/custom-languages/