Author Topic: Support for preprocessing of unix (MIPS) assembly files  (Read 1586 times)

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Support for preprocessing of unix (MIPS) assembly files
« on: July 30, 2018, 04:35:11 PM »
Although the default coloring suggests that preprocessing is supported in Unix Assembly (MIPS), it appears that it does not.  Local symbols may resolve, but attempts to resolve (at least) preprocessor symbols, do not.

E.g.,

#include "xc.h"

File exists in the current directory as well as within project.   Attempting to go to the definition of xc.h works perfectly within another C file in the same project, but is undefined within the assembly file.  Is there a switch somewhere that tells the symbol parser that the preprocessor works the same as on C/C++ files?  (It already is a GNU C/C++ project).