📄 makecmd.bat
字号:
masm cmdedit;
masm cmdmacro;
masm dirs;
masm edit;
masm history;
masm install;
masm strstack;
masm utl;
rem the module `install' must be the last one in the link command!
link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
exe2bin cmdedit.exe cmdedit.com
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -