📄 main.mak
字号:
##############################################################
# MAIN.MAK
# Makefile for the MAIN- Graph Display Demo
#
#############################################################
MODEL=small
#SIOTYPE =p # enable for smaller serial i/o
L51FLAGS=-r0 # enable for linking to $0000
A51FLAGS = -g # no debug info includede, but write listing
# This is the rule to make the demo
disp.obj: disp.c
main.obj: main.c
main.bin: main.obj disp.obj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -