⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 go.bat

📁 .ifnz I2C_SUPPORT ************************************************************** Function : fPro
💻 BAT
字号:

@echo off
if %1.==. goto end
if exist %1.lst del %1.lst
if exist %1.sym del %1.sym
if exist %1.tsk del %1.tsk
if exist %1.hex del %1.hex
if exist %1.obj del %1.obj
if exist %1.map del %1.map
if exist %1.bin del %1.bin

x6502 %1 %1 -d
if errorlevel 1 goto end

l6502 %1.lnk
if errorlevel 1 goto end

hex2tsk %1.hex %1.tsk

binobj IOPcode iop.tsk ..\..\IOP\IOP_8202\8202_normal\ioprom22_v.inc

rem for uart version
rem binobj IOPcode iop.tsk ..\ioprom22_u.inc

goto end1

:end
 echo _
 echo error!!!

:end1

⌨️ 快捷键说明

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