Skip to content

Commit 75104f1

Browse files
committed
update dosbox.exe to 0.74-3
1 parent b2101c9 commit 75104f1

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
### 0.3.1
6+
7+
- dosbox更新到0.74-3
8+
- 修复中文用户名下无法工作的问题
9+
510
### 0.3.0
611

712
- windows下打开dosbox会弹出控制台窗口,可以在设置`masmtasm.dosbox.console`中选择显示,最小化还是不显示这个窗口
@@ -36,14 +41,14 @@ DEMO `dosbox here`:(代码来自[dpisdaniel/assembly-pacman](https://github.com/
3641

3742
汇编语言支持的symbol大概有以下几种,但是vscode的[SymbolKind](https://code.visualstudio.com/api/references/vscode-api#SymbolKind)却与它们不对应,我决定做以下对应
3843

39-
|assembly symbol|vscode symbol|汇编关键字|vscode关键字|
40-
|---|---|---|----|
41-
|macro|Module||模块|
42-
|segment|Class|||
43-
|procedure|Function|子程序|函数|
44-
|struct|Struct|结构体|结构体|
45-
|label|Key|标号||
46-
|variable|Variable|变量|变量|
44+
| assembly symbol | vscode symbol | 汇编关键字 | vscode关键字 |
45+
| --------------- | ------------- | ---------- | ------------ |
46+
| macro | Module || 模块 |
47+
| segment | Class |||
48+
| procedure | Function | 子程序 | 函数 |
49+
| struct | Struct | 结构体 | 结构体 |
50+
| label | Key | 标号 ||
51+
| variable | Variable | 变量 | 变量 |
4752

4853
### 0.1.4
4954

package.json

Lines changed: 3 additions & 2 deletions
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.3.0",
6+
"version": "0.3.1-beta.1",
77
"keywords": [
88
"dosbox",
99
"16位",
@@ -31,7 +31,8 @@
3131
"activationEvents": [
3232
"workspaceContains:*.ASM",
3333
"workspaceContains:*.asm",
34-
"onCommand:masm-tasm.dosboxhere"
34+
"onCommand:masm-tasm.dosboxhere",
35+
"onlanguage:assembly"
3536
],
3637
"main": "./out/extension.js",
3738
"contributes": {

tools/dosbox/DOSBox.exe

18 KB
Binary file not shown.

0 commit comments

Comments
 (0)