?? go_debug.bat
字號:
@echo off
set file=pex_main
set dir=e:\dev\toolz\pex
e:\dev\masm\bin\ml.exe /c /coff /Zi /Cp /Fl /Sc /Sg %file%.asm
e:\dev\masm\bin\link.exe /SECTION:.text,RWE /SUBSYSTEM:WINDOWS,4.0 /DEBUG /DEBUGTYPE:CV %file%.obj %file%.res
if errorlevel 1 goto End
del %file%.OBJ
del %file%.LST
copy %dir%\goat_files\*.* %dir%\*.exe
:End
pause
cls
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -