Skip to content

Commit 5bfc5a1

Browse files
committed
文档调整
1 parent 0d53e04 commit 5bfc5a1

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ for more,please see the `preference->settings`
6161
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.
6262
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`
6363

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+
6472
### About use of DOSBox
6573

6674
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
7179
|D:|the path of the work space|
7280
|X:|the path of some scripts for the extension to use|
7381

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-
8382
## Docs & Thanks & Licenses
8483

8584
- this extension is [MIT license](https://github.com/xsro/masm-tasm/blob/master/LICENSE).

0 commit comments

Comments
 (0)