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