📄 abelbat2.bat
字号:
@echo off
rem
rem The arguments expected by this batch file are:
rem
rem %1 - The ABEL-PLA root file name (with no .TT1 extension)
rem %2 - The JEDEC file name
rem %3-%9 - PLAOPT, FUSEASM or JEDSIM options
rem
plaopt %1.tt1 %3 %4 %5 %6 %7 %8 %9
if errorlevel == 1 goto end
fuseasm %1.tt2 %3 %4 %5 %6 %7 %8 %9
if errorlevel == 1 goto end
jedsim %2.jed %3 %4 %5 %6 %7 %8 %9
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -