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

📄 build.bat

📁 A Simple isochronous transfer. Reads 8051 ports A,B and C, and continuously sends a five byte packet
💻 BAT
字号:
@echo off
REM #--------------------------------------------------------------------------
REM #	File:		BUILD.BAT
REM #	Contents:	Batch file to build eziso.
REM #
REM #	Copyright (c) 1997 AnchorChips, Inc. All rights reserved

REM ### Assemble descriptor table ###
a51 eziso.a51 errorprint debug

REM ### Link object code (includes debug info) ###
REM bl51 eziso.obj TO eziso RAMSIZE(256) CODE(100h) XDATA(800h)
bl51 eziso.obj TO eziso RAMSIZE(256)  PL(68) PW(78) CODE(4000h) XDATA(5000h)


REM ### Generate intel hex image of binary (no debug info) ###
oh51 eziso HEXFILE(eziso.hex)

if "%1" == "-clean" del *.lst
if "%1" == "-clean" del *.obj
if "%1" == "-clean" del *.m51

⌨️ 快捷键说明

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