makefile
来自「Small Device C Compiler 面向Inter8051」· 代码 · 共 9 行
TXT
9 行
hello390.hex: hello390.c sdcc -mds390 --xram-loc 0x100080 --code-loc 0x10000 \ -Wl-r hello390.c packihx hello390.ihx >hello390.hex #tinitalk -c execute hello390.hexclean: rm -f *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map *.rst *.sym *.lnk core *.dump*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?