encoder.bat

来自「Texas-Instrument C2000 Series DSP exampl」· Batch 代码 · 共 26 行

BAT
26
字号
REM ===================================
REM  DOS Environment Variable Settings  
REM ===================================

REM TI Fixed-Point Tools path setting
REM ---------------------------------
call c:\batch\fix.bat

REM Debugger Environment
REM --------------------
SET D_OPTIONS=-P 240

REM C Compiler Environment
REM ----------------------
SET C_DIR= c:\dsp\2xx\dsptools\cgt\6.63b;c:\dsp\24x\code\encoder
SET A_DIR= c:\dsp\24x\code\encoder

REM Goto Directory containing Source
REM --------------------------------
cd c:\dsp\24x\code\encoder


REM Goto DOS
REM --------
command.com

⌨️ 快捷键说明

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