📄 testio.mak
字号:
CC = iccavr
CFLAGS = -IC:\ICC\include\ -e -l -g
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ICC\lib\ -m -g -dram_end:0xdf -bdata:0x60.0xdf -bfunc_lit:0x16.0x800 -dhwstk_size:16 -beeprom:1.128 -fihx_coff
FILES = testio.o
testio: $(FILES)
$(CC) -o testio $(LFLAGS) @testio.lk
testio.o: C:/ICC/include/io2313.h C:/ICC/include/macros.h
testio.o: D:\mydesign\TESTio\testio.c
$(CC) -c $(CFLAGS) D:\mydesign\TESTio\testio.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -