Tricky68k
Tricky68k copied to clipboard
Include not working
This line will not compile:
include mystuff.asm
An error will be thrown because the file is not found.
Could the path of the source file be added by default as an include path as well when invoking vasm?
Note that I can work around the problem with an incdir directive, but that makes my code not portable, so I'd much rather not do that.
It would also be great to have an option to pass arguments to the assembler in the assembler preferences dialog box.