⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hex.cmd

📁 这里面有很多dsp应用程序源码
💻 CMD
字号:
TestXF.out       /*  Name of obj file to be converted */
-map hex.map
-o hex.hex
-i	        /*  Motorola s1 record format */
-memwidth 8    /*  Memory width of the target memory is 16 bits */
-romwidth 8    /*  Memory width of the Flash memory is 16 bits */
-boot	        /*  create a boot table */
-bootorg 0000h  /*  Boot information starts at 4000h in data space */
-e 100h		/*  This is the entry point "reset vector" */

⌨️ 快捷键说明

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