📄 smckx.bat
字号:
@echo off
REM ***************************************************************************
REM * *
REM * *
REM * *
REM ***************************************************************************
REM ITE51X.BAT - WBD51XL batch file for ITE8510 176-pin Keyboard & Auxiliary
REM Device Controller with Internal ScanCode & PS/2 Mouse
REM Controller.
REM ***************************************************************************
REM Revision Information $Revision: 1.10 $
REM $Date: 30-MAY-2003 18:20:25 $
REM ***************************************************************************
del kbbios.bin
del SMCKL.bin
del kbbios.hex
del SMCKXL.hex
if "%1" =="" goto error
copy %1.OPT %0L.INC
ava51 %0L.ASM opt noic nosf pw=130
ava51 %0H.ASM opt noic nosf pw=130
avl51 -sy -sm %0L=%0L %0H
call convert @%0L
goto end
:error
echo Need to specify one Option File
echo Example: %0 STDSMCKL
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -