?? build.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -