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

📄 abstract.txt

📁 这是我大学4年来做过的竞赛以及老师的科研项目所积累下来的c51源代码
💻 TXT
字号:
ABSTRACT for MemWrite
=====================
This program is a simple demonstration of the DATA, IDATA, PDATA, and XDATA
memory areas of the 8051.  The program writes a short string into each of
these memory areas.  You may use the memory window (View - Memory Window)
to view the contents of each memory area.

There are four user-configurable Memory Windows available.  Each one can be
configured to display a memory area and data type.  So, you can watch HEX
values from XDATA in one memory window and ASCII values from IDATA in another
window.

The example program writes stuff into memory ONLY for demonstration purposes.
You should not use this method of writing into memory in structured, high-level
programming languages.

-o-

⌨️ 快捷键说明

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