Releases: dosasm/masm-tasm
Releases · dosasm/masm-tasm
Support MacOS by command `open -a DOSBox`
- use shell command
open -a DOSBox --args
for Darwin OS - use webpack to bundle
file list
masm-tasm-0.6.0.vsix
is the package published in VSCode extension market, including files for windows system.masm-tasm-0.6.0-nowin.vsix
is package without binary file for windows like dosbox.exe and player.exe.
Update MASM to 6.11
- Use async to rewrite some codes 使用异步重写部分代码
- Update MASM to 6.11 更新MASM到6.11
- Fix bugs because of the rewriting 修复由此引发的诸多错误
v0.2.1
0.2.1
- 增加了一个命令
dosbox here
在当前文件所在目录下打开dosbox,来提供更加自由的操作,见demo - 优化diagnose对fatal类错误的匹配,优化大纲视图
- 提供代码格式化功能(不太完善)
- 提供查找引用功能
- webpack打包(nls部分总是失败)
鉴于这些功能目前可能不完善,你可以在设置中关闭他们(关闭后需要手动重启)
DEMO dosbox here
:(代码来自dpisdaniel/assembly-pacman)
- 打开命令面板,win下为
ctrl+shift+p
- 在打开的dosbox窗口,输入汇编、链接、运行命令
tasm projf
,tlink projf
,projf