?? m.cmd
字號:
/*
* Copyright 1998 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*/
/*
* ======== hello.cmd ========
*
*/
-w
-heap 0x1000
-stack 0x1000
-lrts6201.lib
-lmtv.lib
-lidkmlib.obj
MEMORY
{
BOOT_RAM: o = 80000000h l = 00000800h
IRAM: o = 00000800h l = 0000e000h
CE0: o = 80000800h l = 01000000h
}
SECTIONS
{
.vectors > BOOT_RAM fill = 0
.text > CE0 fill = 0
.stack > CE0 fill = 0
.bss > CE0 fill = 0
.cinit > CE0 fill = 0
.const > CE0 fill = 0
.data > CE0 fill = 0
.far > CE0 fill = 0
.switch > CE0 fill = 0
.sysmem > CE0 fill = 0
.tables > CE0 fill = 0
.cio > CE0 fill = 0
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -