0 Usuarios y 1 Visitante están viendo este tema.
Hola a todos, alguien sabe como invocar una libreria assembler a MplabX, intenté de todas las maneras que conozco y no me salió.
4.42.1 Syntax Preferred:#include include_file#include "include_file"#include <include_file>Supported:include include_fileinclude "include_file"include <include_file>4.42.2 DescriptionThe specified file is read in as source code. The effect is the same as if the entire text of the included file were inserted into the file at the location of the include statement.Upon end-of-file, source code assembly will resume from the original source file. Up to 5 levels of nesting are permitted. Up to 255 include files are allowed. If include_file contains any spaces, it must be enclosed in quotes or angle brackets. If a fully qualified path is specified, only that path will be searched. Otherwise, the search order is:• current working directory• source file directory• MPASM assembler executable directory