l908_8m.bat

来自「车载电子影音系统dvd播放系统原程序代码」· Batch 代码 · 共 59 行

BAT
59
字号
echo off

BL51.EXE @l908_8m.lin
if errorlevel 2 goto error

oc51    dvd908
if errorlevel 2 goto error

oh51    dvd908.b00 HEXFILE (dvd908.h00)
if errorlevel 2 goto error

oh51    dvd908.b01 HEXFILE (dvd908.h01)
oh51    dvd908.b02 HEXFILE (dvd908.h02)
oh51    dvd908.b03 HEXFILE (dvd908.h03)
oh51    dvd908.b04 HEXFILE (dvd908.h04)
oh51    dvd908.b05 HEXFILE (dvd908.h05)
oh51    dvd908.b06 HEXFILE (dvd908.h06)
oh51    dvd908.b07 HEXFILE (dvd908.h07)
oh51    dvd908.b08 HEXFILE (dvd908.h08)
oh51    dvd908.b09 HEXFILE (dvd908.h09)
oh51    dvd908.b10 HEXFILE (dvd908.h10)
oh51    dvd908.b11 HEXFILE (dvd908.h11)
oh51    dvd908.b12 HEXFILE (dvd908.h12)
oh51    dvd908.b13 HEXFILE (dvd908.h13)
oh51    dvd908.b14 HEXFILE (dvd908.h14)
oh51    dvd908.b15 HEXFILE (dvd908.h15)
if errorlevel 2 goto error

hexbin  dvd908.h00 dvd908.b00 I 1
if errorlevel 2 goto error

hexbin  dvd908.h01 dvd908.b01 I 1
hexbin  dvd908.h02 dvd908.b02 I 1
hexbin  dvd908.h03 dvd908.b03 I 1
hexbin  dvd908.h04 dvd908.b04 I 1
hexbin  dvd908.h05 dvd908.b05 I 1
hexbin  dvd908.h06 dvd908.b06 I 1
hexbin  dvd908.h07 dvd908.b07 I 1
hexbin  dvd908.h08 dvd908.b08 I 1
hexbin  dvd908.h09 dvd908.b09 I 1
hexbin  dvd908.h10 dvd908.b10 I 1
hexbin  dvd908.h11 dvd908.b11 I 1
hexbin  dvd908.h12 dvd908.b12 I 1
hexbin  dvd908.h13 dvd908.b13 I 1
hexbin  dvd908.h14 dvd908.b14 I 1
hexbin  dvd908.h15 dvd908.b15 I 1
if errorlevel 2 goto error

merge dvd908 16
if errorlevel 2 goto error

goto end

:error
echo    Something is wrong !!

:end

⌨️ 快捷键说明

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