?? testmod.ms
字號:
#
# --- Version 2.2 92-09-02 09:50 ---
#
# CTask sample applications Make-File for Microsoft make.
# Application: TESTMOD.ASM
#
# "model" is the memory model to use.
#
model=L
.asm.obj:
masm /W2 /MX $*;
testmod.obj: testmod.asm tsk.mac
testmod.exe: testmod.obj ctaskms.lib ctsupms$(model).lib
link /M /NODEF testmod,,,ctaskms ctsupms$(model);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -