1
0

sim0005.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <META NAME="DATE" CONTENT="11/19/1998">
  5. <META NAME="Author" CONTENT="Tom Almy">
  6. <TITLE>File Menu</TITLE>
  7. </HEAD>
  8. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  9. <H1>File Menu</H1>
  10. <H2>Load</H2>
  11. <P>Brings up a dialog to select and load Motorola S19 format files. </P>
  12. <H2>Reset</H2>
  13. <P>Resets the "processor" to power-up state. Only memory affected is the internal RAM, which is initialized to repeated copies of $BE
  14. $AD $FA $CE to represent the unknown power up state. (Note that if the simulator is run in Student Mode or Requested Mode, the
  15. RAM memory is not initialized.) This command should be performed after loading the S19 file(s).</P>
  16. <H2>Log</H2>
  17. <P>By default, the simulator logs certain actions to the console. This menu item brings up a dialog to select a file to store all logged
  18. actions. If an existing file is selected, its contents is first erased.</P>
  19. <H2>Use Console</H2>
  20. <P>Restores logging to the console. Note that the "console" is either the command window if JRE is used, or is the "Java Console" if a
  21. browser is used to start the simulator. You must enable the Java Console in order to see it. This is done from the "Java Plug-in
  22. Control Panel" on the Windows Start Menu.</P>
  23. <H2>Log CSW</H2>
  24. <P>This check-able menu item causes writes to Chip Select enabled locations to be logged. The log entries show the action (such as
  25. "CSW0"), time in internal E-clocks, and both the decimal and hexadecimal locations and values.</P>
  26. <H2>Exit</H2>
  27. <P>Exit the simulator. Nothing is saved.</P>
  28. </BODY>
  29. </HTML>