makelib.bat

来自「GAL开发工具」· Batch 代码 · 共 11 行

BAT
11
字号

REM Batch file to create device library.
REM If ABEL3LIB.DEV does not exist in the default directory, 
REM a new one will be created.
REM If ABEL3LIB.DEV exist, these files will be added.
abellib ABEL3LIB -a F82S153.DEV
abellib ABEL3LIB -a P16L8.DEV
abellib ABEL3LIB -a P16R4.DEV
abellib ABEL3LIB -a P16R6.DEV
abellib ABEL3LIB -a P16R8.DEV

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?