testmod.tc
来自「一个可以立即使用的嵌入式操作系统」· TC 代码 · 共 21 行
TC
21 行
#
# --- Version 2.2 90-10-12 16:25 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: TESTMOD.ASM
#
# "model" is the memory model letter to use (all except Tiny & Huge).
#
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.asm.obj:
tasm /JMASM51 /w /w-pdc /mx $*
testmod.exe: testmod.obj $(ctlib).lib ctsuptc$(model).lib
tlink /M testmod,,,$(ctlib) ctsuptc$(model)
testmod.obj: testmod.asm tsk.mac
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?