asmtasks.html
来自「熟悉非常简单CPU模拟器 1、将所给模拟器的源程序编译成执行程序。 2、运行并观」· HTML 代码 · 共 26 行
HTML
26 行
<HTML>
<HEAD>
<TITLE>Assembler Tasks</TITLE>
</HEAD>
<BODY BACKGROUND="Image3.jpg">
<H3><A NAME="asmprog">Assembling a Program</A></H3>
<OL>
<LI>At the main window, enter the assembly program in the text box.</LI>
<LI>Enter the starting memory location where the program will be stored in the <B>Memory Location</B> text field.</LI>
<LI>Click the <B>Assemble</B> button. A dialog box will open displaying the results of the assembly process.</LI>
</OL>
<HR WIDTH="75%">
<H3><A NAME="viewres">Viewing the Last Assembly Results</A></H3>
<P>At the main window, click on the <B>View Results</B> button. A dialog box will open displaying the last assembly results.</P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?