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

📄 bit.mak

📁 该程序给出了一个详细的例子介绍如何在单片机中使用位变量。
💻 MAK
字号:
#
# Project manager generated MAKEFILE
#
TITLE = bit
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\demo\exfunc\bit
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = D:\demo\exfunc\bit
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 = bit.rel  \
	option.rel  \
	bit0.rel 

DEP_bit_c = 

DEP_option_asm = D:\demo\exfunc\bit\option.inc

DEP_bit0_c = 

GOAL : D:\demo\exfunc\bit\bit.hex

bit.rel : bit.c $(DEP_bit_c)
	$(CC) -fbit.pcc

option.rel : option.asm $(DEP_option_asm)
	$(RA) -foption.pra

bit0.rel : bit0.c $(DEP_bit0_c)
	$(CC) -fbit0.pcc

bit.lmf : $(OBJS)
	$(LK) -fbit.plk

bit.hex : bit.lmf
	$(OC) -fbit.poc



⌨️ 快捷键说明

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