⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timer80.mak

📁 小日本NECMCU的一个timer的例程,呵呵,我写的小日本,居然翻译为Little Japan ,爽!!
💻 MAK
字号:
#
# Project manager generated MAKEFILE
#
TITLE = timer80
DEVFILE = C:\NECTools32\DEV\DF9222.78K
PROJDIR = E:\Demo_Soure\9222timer80
TOOLDIR = C:\NECTools32\BIN
WORKDIR = E:\Demo_Soure\9222timer80
DEBUG = 

ST = $(TOOLDIR)\st78K0S.exe
RA = $(TOOLDIR)\ra78K0S.exe
LK = $(TOOLDIR)\lk78K0S.exe
OC = $(TOOLDIR)\oc78K0S.exe
LCNV = $(TOOLDIR)\lc78K0S.exe
CC = $(TOOLDIR)\cc78k0s.exe

OBJS = timer80.rel  \
	option.rel 

DEP_timer80_c = 

DEP_option_ASM = 

GOAL : E:\Demo_Soure\9222timer80\timer80.hex

timer80.rel : timer80.c $(DEP_timer80_c)
	$(CC) -ftimer80.pcc
	$(RA) -ftimer80.pra

option.rel : option.ASM $(DEP_option_ASM)
	$(RA) -foption.pra

timer80.lmf : $(OBJS)
	$(LK) -ftimer80.plk

timer80.hex : timer80.lmf
	$(OC) -ftimer80.poc



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -