toc.html

来自「熟悉非常简单CPU模拟器 1、将所给模拟器的源程序编译成执行程序。 2、运行并观」· HTML 代码 · 共 78 行

HTML
78
字号
<HTML>

   <HEAD>
      <TITLE>Table of Contents</TITLE>
   </HEAD>

   <BODY BACKGROUND="Image3.jpg">

      <H1>Help</H1>

      
<P>Click on a topic below.</P>
<P><a href="intro.html" target="contents">Introduction.</a></P>

      <H2>Assembler</H2>

      
<UL>
  <LI><A HREF="asm.html#comments" TARGET="contents">Comments</A></LI>
  <LI><A HREF="asm.html#numconst" TARGET="contents">Numeric Constants</A></LI>
  <LI><A HREF="asm.html#asmdir" TARGET="contents">Assembler Directives</A></LI>
  <LI><A HREF="asm.html#labels" TARGET="contents">Assembler Labels</A></LI>
  <LI><A HREF="asm.html#asmprog" TARGET="contents">Assembling a Program</A></LI>
  <LI><A HREF="asm.html#viewres" TARGET="contents">Viewing the Last Assembly Results</A></LI>
</UL>

      <H2>CPU</H2>

      <H3>Execution</H3>

      <UL>
         <LI><A HREF="cputasks.html#opencpu" TARGET="contents">Opening the CPU Display</A></LI>
         <LI><A HREF="cputasks.html#startnew" TARGET="contents">Starting a New Simulation</A></LI>
         <LI><A HREF="cputasks.html#startcpu" TARGET="contents">Starting a Stopped CPU</A></LI>
         <LI><A HREF="cputasks.html#stopcpu" TARGET="contents">Stopping a Running CPU</A></LI>
         <LI><A HREF="cputasks.html#resetcpu" TARGET="contents">Resetting the CPU</A></LI>
         <LI><A HREF="cputasks.html#stepinst" TARGET="contents">Stepping Through an Instruction</A></LI>
         <LI><A HREF="cputasks.html#stepcycl" TARGET="contents">Stepping Through a Clock Cycle</A></LI>
         <LI><A HREF="cputasks.html#editreg" TARGET="contents">Editing the Contents of a Register</A></LI>
         <LI><A HREF="cputasks.html#clrreg" TARGET="contents">Clearing the Contents of Every Register</A></LI>
      </UL>

      <H2>Breakpoints</H2>

      <UL>
         <LI><A HREF="bptasks.html#openbp" TARGET="contents">Opening the Breakpoints Display</A></LI>
         <LI><A HREF="bptasks.html#addlnbp" TARGET="contents">Adding a Breakpoint at a Source Program Line</A></LI>
         <LI><A HREF="bptasks.html#addmembp" TARGET="contents">Adding a Breakpoint at a Memory Address</A></LI>
         <LI><A HREF="bptasks.html#delbp" TARGET="contents">Deleting a Breakpoint</A></LI>
      </UL>

      <H2>Memory</H2>

      <UL>
         <LI><A HREF="memtasks.html#openmem" TARGET="contents">Opening the Memory Display</A></LI>
         <LI><A HREF="memtasks.html#editmem" TARGET="contents">Editing a Byte of Memory</A></LI>
         <LI><A HREF="memtasks.html#fillmem" TARGET="contents">Filling a Region of Memory</A></LI>
         <LI><A HREF="memtasks.html#clrmem" TARGET="contents">Clearing the Entire Region of Memory</A></LI>
      </UL>

      <H2>Control Unit</H2>

      <UL>
         <LI><A HREF="cutasks.html#selhwcu" TARGET="contents">Selecting the Hardwired Control Unit</A></LI>
         <LI><A HREF="cutasks.html#selmcu" TARGET="contents">Selecting the Microprogrammed Control Unit</A></LI>
         <LI><A HREF="cutasks.html#opencu" TARGET="contents">Opening the Control Unit Display</A></LI>
      </UL>

      <H2>Animations</H2>

      <UL>
         <LI><A HREF="animtasks.html#togganim" TARGET="contents">Enabling/Disabling Animations</A></LI>
      </UL>

   </BODY>

</HTML>

⌨️ 快捷键说明

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