📄 callt.mak
字号:
#
# Project manager generated MAKEFILE
#
TITLE = callt
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\demo\exfunc\callt
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = D:\demo\exfunc\callt
DEBUG =
ST = $(TOOLDIR)\st78K0.exe
RA = $(TOOLDIR)\ra78K0.exe
LK = $(TOOLDIR)\lk78K0.exe
OC = $(TOOLDIR)\oc78K0.exe
LCNV = $(TOOLDIR)\lcnv78K0.exe
CC = $(TOOLDIR)\cc78k0.exe
OBJS = callt.rel \
option.rel
DEP_callt_c =
DEP_option_asm = D:\demo\exfunc\callt\option.inc
GOAL : D:\demo\exfunc\callt\callt.hex
callt.rel : callt.c $(DEP_callt_c)
$(CC) -fcallt.pcc
option.rel : option.asm $(DEP_option_asm)
$(RA) -foption.pra
callt.lmf : $(OBJS)
$(LK) -fcallt.plk
callt.hex : callt.lmf
$(OC) -fcallt.poc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -