📄 lcd.bat
字号:
@echo off
PATH c:\cxEVAL
cx6808 -evl +debug +nowiden crts.s lcd.c vector.c
if errorlevel 1 goto bad
:clink
echo.
echo Linking ...
clnk -o lcd.h08 lcd.lnk
if errorlevel 1 goto bad
:chexa
echo.
echo Converting ...
chex -o lcd.hex lcd.h08
if errorlevel 1 goto bad
:cllabs
echo.
echo Generating absolute listing ...
clabs lcd.h08
if errorlevel 1 goto bad
copy lcd.hex lcd.s19
echo.
echo.
echo The Compiler for MC68HC08 installation is successfull.
goto sortie
:bad
echo.
echo.
echo THE COMPILER INSTALLATION FAILED.
:sortie
echo on
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -