bld.bat
来自「This is a program that I wrote many year」· Batch 代码 · 共 11 行
BAT
11 行
@echo off
rem if %1.==. goto dbg
ml /c /Fl /Zi /W3 smartcop.asm
rem d:\compilr\c700\bin\link /CO /info /w smartcop,,,windowm+math;
rem goto exii
rem :dbg
rem mlx /c /W3 smartcop.asm
link /CO /info /w smartcop,,,windowm+math;
rem :exii
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?