Tricky68k icon indicating copy to clipboard operation
Tricky68k copied to clipboard

Include not working

Open LaurentChardon opened this issue 3 years ago • 1 comments

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.

LaurentChardon avatar Jan 23 '22 13:01 LaurentChardon

It would also be great to have an option to pass arguments to the assembler in the assembler preferences dialog box.

LaurentChardon avatar Jan 23 '22 13:01 LaurentChardon