Skip to content

Commit 0eb5bdb

Browse files
committed
update MASM tools to 6.11
1 parent b4a39dc commit 0eb5bdb

File tree

20 files changed

+8
-637
lines changed

20 files changed

+8
-637
lines changed

.vscodeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ scripts/work/*
2424
!scripts/work/ignore.txt
2525
tools/dosbox/dosbox-0.74.conf
2626
scripts/VSC-ExtUse.conf
27-
tools/masm/README.DOC
28-
tools/masm/edit.*
29-
tools/masm/EDIT.*
3027
# ignore i18n
3128
i18n
3229
Themes

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## welcome feedback and contribution [github issue](https://github.com/xsro/masm-tasm/issues)
44

5+
### [unreleased]
6+
7+
- update masm tools to `6.11`
8+
59
### 0.4.0
610

711
- fix [#6](https://github.com/xsro/masm-tasm/issues/6): 修复打开单个汇编文件插件不激活的问题
@@ -115,6 +119,6 @@ DEMO `dosbox here`:(代码来自[dpisdaniel/assembly-pacman](https://github.com/
115119
- [x] 实现在msdos之下运行调试MASM程序,运行TASM程序
116120
- [x] 实现Dosbox来进行相关功能调用
117121

118-
### [Unreleased]
122+
### [Prereleased]
119123

120124
在学习南邮的《微机原理与接口技术》的时候,苦于没有比较好的汇编环境,一开始使用的dosbox里面的`edit.com` 后来使用的`notepad++`, 最近接触了`VSCode`,发现里面有`masm-code`这个插件可以基本很好地实现汇编操作,但是不支持TASM,下载相关组件有时会失败,于是决定在这个插件的基础上修改,并发布了这个插件,非常感谢。

doc/Toolspath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ VSCode文档中关于插件安装路径的说明[VSCode-doc](https://code.visual
2525

2626
16位环境模拟工具和汇编工具来自[github仓库](https://github.com/xsro/VSC-ASMtasks/releases),使用的是msdos的是MS-DOS Player (i486) for Win32 console
2727

28-
| file | masm.exe | link.exe | debug.exe | tasm.exe | tlink.exe | td.exe | dosbox | msdos |
28+
| file | masm.exe(ml.exe) | link.exe | debug.exe | tasm.exe | tlink.exe | td.exe | dosbox | msdos |
2929
| ------- | -------- | -------- | --------- | -------- | --------- | ------ | ------ | --------- |
30-
| version | 5.00 | 3.60 | --- | 4.1 | 7.1.30.1 | -- | 0.74-3 | 4/10/2020 |
30+
| version | 6.11 | 5.31.009 | --- | 4.1 | 7.1.30.1 | -- | 0.74-3 | 4/10/2020 |
3131

3232
## 自定义汇编工具路径
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "MASM/TASM",
44
"publisher": "xsro",
55
"description": "DOS汇编语言开发环境和语法支持,win下安装即用,自带DOSBox.exe和TASM/MASM工具",
6-
"version": "0.4.0",
6+
"version": "0.4.1-alpha.1",
77
"keywords": [
88
"dosbox",
99
"16位",

tools/masm/CREF.EXE

-15.5 KB
Binary file not shown.

tools/masm/DEBUG32.EXE

-88.6 KB
Binary file not shown.

tools/masm/DOSXNT.EXE

385 KB
Binary file not shown.

tools/masm/EDIT.INI

-192 Bytes
Binary file not shown.

tools/masm/ERROUT.EXE

-9.28 KB
Binary file not shown.

tools/masm/EXEMOD.EXE

-11.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)