Skip to content

Commit b4a39dc

Browse files
committed
update readme: improve links
1 parent 20b2f86 commit b4a39dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The extension offer some programmatic features like "hover","formate","jump to d
5050
- some ASM commands you may need: [ASM_commands](https://github.com/xsro/masm-tasm/wiki/ASM_commands).
5151
- Some interesting assembly codes you may need: [DOSBox ASM codes](https://github.com/xsro/masm-tasm/wiki/dosbox)
5252

53-
## For linux
53+
## For linux and other system
5454

5555
The extension is packaged with all needed [tools](#about-tools) inside,but some of these tools are for windows. So **Linux and other OS** users *should* make sure DOSBox can be opened by shell command `dosbox` (node: child_process.exec("dosbox")). Use command like
5656

@@ -75,11 +75,11 @@ for more,please see the `preference->settings`
7575
- `masmtasm.ASM.savefirst` save file first before using
7676
- `masmtasm.dosbox.run`:what to do after run your code in DOSBox
7777
- `masmtasm.dosbox.CustomResolution`: size(resolution) of the dosbox window,for example `1024x960`
78-
- `masmtasm.ASM.toolspath` custom path of your ASM tools. [more info](#about-tools)
78+
- `masmtasm.ASM.toolspath` custom path of your ASM tools. [#about-tools](#about-tools)
7979

8080
### About Tools
8181

82-
the extension has built in tools for windows. But if you need to use assembler or emulator of different version. You can organize your tools following the structure bellow and add your folder's path to `masmtasm.ASM.toolspath`, see [more info](https://github.com/xsro/masm-tasm/blob/main/doc/Toolspath.md)
82+
the extension has built in tools for windows. But if you need to use assembler or emulator of different version. You can organize your tools following the structure bellow and add your folder's path to `masmtasm.ASM.toolspath`, see [about ASM tools](https://github.com/xsro/masm-tasm/blob/main/doc/Toolspath.md)
8383

8484
- tools:your tools folder name, you can add the path of it to settings `masmtasm.ASM.toolspath`
8585
1. `TASM`: TASM tools including `tasm.exe`,`tlink.exe`,`td.exe`

doc/README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
当编辑器为汇编文件时,在编辑器界面右键菜单中会提供以下三个选项:
1919

20-
1. 打开dosbox并配置环境(挂载):打开DOSBox,然后就可以手动在打开的DOSBox窗口进行[汇编相关操作命令](doc/ASM_commands.md)
20+
1. 打开dosbox并配置环境(挂载):打开DOSBox,然后就可以手动在打开的DOSBox窗口输入指令进行操作
2121
2. 运行当前程序(汇编+链接+运行):生成exe程序并运行
2222
3. 调试当前程序(汇编+链接+调试):生成exe程序并调试,使用MASM则会调用debug调试,使用TASM会调用td调试
2323

@@ -78,13 +78,13 @@ dosbox #打开dosbox,假如成功打开dosbox则安装成功,那么插件插
7878
- `masmtasm.ASM.savefirst`:启动相关功能之前是否先保存文件(不保存的话,只能操作之前保存的版本,建议保存)
7979
- `masmtasm.dosbox.run`:规定dosbox运行程序之后进行什么操作(是否直接退出程序,还是等待)
8080
- `masmtasm.dosbox.CustomResolution`:调整dosbox窗口大小
81-
- `masmtasm.ASM.toolspath`:设置自定义汇编工具路径,详见:[自定义汇编工具路径](doc/Toolspath.md#自定义汇编工具路径)
81+
- `masmtasm.ASM.toolspath`:设置自定义汇编工具路径,详见:[自定义汇编工具路径](./Toolspath.md#自定义汇编工具路径)
8282

8383
### :clap:文档 & 感谢 & 许可
8484

8585
- 感谢[masm-code](https://github.com/Woodykaixa/masm-code),[msdos player](http://takeda-toshiya.my.coocan.jp/msdos),[dosbox](https://www.dosbox.com)
8686
- 他们的[相关信息](doc/license_and_info.md)
87-
- 关于插件对汇编工具的使用:[Toolspath](doc/Toolspath.md)
87+
- 关于插件对汇编工具的使用:[Toolspath](./Toolspath.md)
8888
- 一些相关资料:[wiki](https://github.com/xsro/masm-tasm/wiki)
8989

9090
Enjoy!:smile:

0 commit comments

Comments
 (0)