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
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ for more,please see the `preference->settings`
61
61
The assembler MASM and TASM can only run in 16-bit environment. So the extension use DOSBox and MSDOS-player to emulate the 16-bit environment.
62
62
the extension has built in tools for windows. But if you need to use assembler or emulator of different version. You can oragnize your tools follow the structure bellow and add the you folder's path to `masmtasm.ASM.toolspath`
63
63
64
+
- tools:your tools folder name, you can add the path of it to settings `masmtasm.ASM.toolspath`
65
+
1.`TASM`: TASM tools including `tasm.exe`,`tlink.exe`,`td.exe`
66
+
2.`MASM`: MASM tools including `masm.exe`,`link.exe`,`debug.exe`
67
+
3.`dosbox`: dosbox.exe and related files
68
+
4.`player`: msdos.exe
69
+
70
+
Linux and other OS user do not need folder dosbox and player. Instead, we should make sure DOSBox can be opened by shell command `dosbox` (node: child_process.exec("dosbox"))
71
+
64
72
### About use of DOSBox
65
73
66
74
The extension will mount some folder to DOSBox 's disk. Please don't modify them. There are:
@@ -71,15 +79,6 @@ The extension will mount some folder to DOSBox 's disk. Please don't modify them
71
79
|D:|the path of the work space|
72
80
|X:|the path of some scripts for the extension to use|
73
81
74
-
75
-
- tools:your tools folder name, you can add the path of it to settings `masmtasm.ASM.toolspath`
76
-
1.`TASM`: TASM tools including `tasm.exe`,`tlink.exe`,`td.exe`
77
-
2.`MASM`: MASM tools including `masm.exe`,`link.exe`,`debug.exe`
78
-
3.`dosbox`: dosbox.exe and related files
79
-
4.`player`: msdos.exe
80
-
81
-
Linux and other OS user do not need folder dosbox and player. Instead, we should make sure DOSBox can be opened by shell command `dosbox` (node: child_process.exec("dosbox"))
82
-
83
82
## Docs & Thanks & Licenses
84
83
85
84
- this extension is [MIT license](https://github.com/xsro/masm-tasm/blob/master/LICENSE).
0 commit comments