⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dasm.bat

📁 C0文法编译器,生成32位汇编, 没做优化,但是经过了苛刻的测试,masm614已经打包进去了,程序里写了一个脚本解释程序,控制编译器的所有动作,方便使用,已经很完善了,里面有几个测试程序,这是bua
💻 BAT
字号:
@echo off

if not exist \masm32\bin\dumppe.exe goto message
\masm32\bin\dumppe -disasm %1 > disasm.txt
\masm32\qeditor.exe disasm.txt
goto TheEnd

:message
echo.
echo    To use this menu option, you must first unzip
echo    the file called DUMPPE.ZIP in the BIN directory.
echo.
echo    You can then dis-assemble the executable files
echo    that you have assembled.
echo.
pause

:TheEnd

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -