?? lcd.bat
字號:
@echo off
PATH c:\cxeval
cx6808 -evl +debug +nowiden crts.s lcd.c KEY.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 + -