You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: