AC6 Assembly .include not working
Seems like I am missing something about the .include statement. No matter what I try I always end up getting 'Error: can't open xxxx for reading: No such file or directory'
Is there something I have to set up in the project preferences or some kind of path to the file I need to specify? It does not even work when the include file is in the same directory as the source code.