dosasm / masm-tasm

run and debug TASM/MASM code in VSCode via JSDos, DOSBox and msdos-player

Home Page:https://marketplace.visualstudio.com/items?itemName=xsro.masm-tasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple file assembly support

xsro opened this issue · comments

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?