📄 memtasks.html
字号:
<HTML>
<HEAD>
<TITLE>Memory Tasks</TITLE>
</HEAD>
<BODY BACKGROUND="Image3.jpg">
<H3><A NAME="openmem">Opening the Memory Display</A></H3>
<P>At the main window, click on the <B>View Memory</B> button. The <B>Memory Display</B> window will appear, displaying the current contents of memory.</P>
<HR WIDTH="75%">
<H3><A NAME="editmem">Editing a Byte of Memory</A></H3>
<OL>
<LI>At the <B>Memory Display</B> window, click <B>Edit Memory</B> on the <B>Edit</B> menu. The <B>Edit Memory</B> dialog box will appear.</LI>
<LI>Enter the address of the byte in the <B>Address</B> text field.</LI>
<LI>Enter the byte to be written in the <B>Data</B> text field.</LI>
<LI>Click the <B>OK</B> button to continue with the change operation. Otherwise, click the <B>Cancel</B> button.</LI>
</OL>
<HR WIDTH="75%">
<H3><A NAME="fillmem">Filling a Region of Memory</A></H3>
<OL>
<LI>At the <B>Memory Display</B> window, click <B>Fill Memory</B> on the <B>Edit</B> menu. The <B>Fill Memory</B> dialog box will appear.</LI>
<LI>Enter the beginning address of the memory region in the <B>From</B> text field.</LI>
<LI>Enter the ending address of the memory region in the <B>To</B> text field.</LI>
<LI>Enter the byte pattern to be written in the <B>Data</B> text field.</LI>
<LI>Click the <B>OK</B> button to continue with the change operation. Otherwise, click the <B>Cancel</B> button.</LI>
</OL>
<HR WIDTH="75%">
<H3><A NAME="clrmem">Clearing the Entire Region of Memory</A></H3>
<P>To fill the entire region of memory with zeroes, do one of the following:</P>
<UL>
<LI>At the <B>Memory Display</B> window, click <B>Clear Memory</B> on the <B>Edit</B> menu.</LI>
</UL>
<P ALIGN=CENTER>- or -</P>
<UL>
<LI>At the main window, click the <B>Clear Memory</B> button.</LI>
</UL>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -