sim0012.html 1.2 KB

1234567891011121314151617181920212223242526
  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>Code Viewer</TITLE>
  7. </HEAD>
  8. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  9. <H1>Code Viewer</H1>
  10. <P><img src="codeview.gif" width="290" height="266" align=bottom ></P>
  11. <P>The code viewer window disassembles and displays 68HC12 machine code. The address field and "Set
  12. Start" button are used to set the starting point of the disassembly. One can scroll through the disassembly one
  13. instruction or one page at a time in either direction, however it is not possible to scroll before the specified
  14. starting location.</P>
  15. <P>If memory locations before the viewed location but after the start location are altered via loading an S19 file
  16. or by modifying the memory in the Memory Viewer, a new starting location is set to a point after the change.
  17. You will need to press "Set Start" again, and re-disassemble the code.</P>
  18. <P>The "Decimal Operands" check box forces operand display to decimal rather than hexadecimal. Branch
  19. targets are always expressed in hexadecimal, however.</P>
  20. </BODY>
  21. </HTML>