📄 test.bat
字号:
@echo off
cxstm8 -vl +modsl crts.s acia.c vector.c
if errorlevel 1 goto bad
:clink
echo.
echo Linking ...
clnk -o acia.sm8 -m acia.map acia.lkf
if errorlevel 1 goto bad
:chexa
echo.
echo Converting ...
chex -o acia.hex acia.sm8
if errorlevel 1 goto bad
:cllabs
echo.
echo Generating absolute listing ...
clabs acia.sm8
if errorlevel 1 goto bad
echo.
echo.
echo The C Cross Compiler for STM8 is now installed.
echo.
pause
goto sortie
:bad
echo.
echo.
echo THE COMPILER INSTALLATION FAILED.
echo.
pause
:sortie
echo on
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -