littleend.bld

来自「MIPS YAMON, a famous monitor inc. source」· BLD 代码 · 共 28 行

BLD
28
字号
#!builddefault:	program	:config_setting=byteorder	:config_setting=inline_prologue	:mips_cputype=mips32_4kc	:debuglevel=none	:optimizestrategy=space	:start_address=_start	:xda_threshold=all	:startfiles=-	:sourcedirs=../include	:defines=EL	:postexec=cp -f littleend appl.elf	:postexec=mv -f littleend.map appl.map	:postexec=rm -f littleend.dla	:postexec=rm -f littleend.dnm	:postexec=gsrec appl.elf -o appl.rec	:postexec=gmemfile appl.elf -o appl.bin	:postexec=gdump -N -ytext appl.elf > appl.dis	:postexec=../tools/byteswap.pl appl.bin appl.bin./start.S	assembly	:driver_opts=-preprocess_assembly_files	:defines=_ASSEMBLER_linkghs.lnk	linker_file

⌨️ 快捷键说明

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