hex.bat

来自「基于atmel t89c51rd2的tcpip源代码」· Batch 代码 · 共 26 行

BAT
26
字号
REM /*
REM  * Copyright (C) 2002 by TechiZ. All rights reserved.
REM  *
REM  * This program was written in Korean(Comment and some more). 
REM  *
REM  * This program was developed by TechiZ(The Company name).
REM  * TechiZ want to share this program with you who loves the 8051 & the TCP/IP.
REM  * 
REM  * You MUST DOWNLOAD THIS CODE from TechiZ Homepage.
REM  * You DO NOT USE THIS CODE FOR COMMERCIAL PURPOSE.
REM  * This code is ONLY FREE FOR THE STUDY. 
REM  * If you want more, send me E-mail.
REM  *
REM  * E-mail: techiz@techiz.com
REM  * ( Subject is : [DS89C420 & TinyTCP] bla~ bla bla.... )
REM  *
REM  * Homepage: http://www.techiz.com
REM  * 
REM  * You DO NOT DELETE THIS COPYRIGHT MESSAGE IN THE USING OF THIS CODE.
REM  *
REM  * In the using of this code, TechiZ does NOT GUARANTEE ABOUT WORKING WITHOUT ERROR.
REM  */
oh51 test.abs
copy test.hex D:\CPU\SKCOMM\test.hex
copy test.hex D:\CPU\C51\test.hex

⌨️ 快捷键说明

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