dosasm/masm-tasm

Multiple file assembly support

xsro opened this issue · 0 comments

xsro commented

In assembly language, there are some directives related to multiple file assembly like : include
includelib

For example, include test.asm We need to find file named test.asm in the current folder. Should we find other files like the ones in PARH?