empty.bld
来自「ATMEL AT91RM9200开发板配套光盘上的全部示例程序」· BLD 代码 · 共 19 行
BLD
19 行
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\Empty.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\Empty.ghs
:postexec=gmemfile objs\Empty.ghs -o objs\Empty.bin
:postexec=
src_ghs\Cstartup.arm
assembly
src_ghs\Cstartup_EB55.c
C
main.c
C
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?