From b1d11480f375cc80f0dc8d01edfba21d0941b3b5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 3 Oct 2019 10:53:56 -0700 Subject: [PATCH] Fix errors in manual --- SourceGen/RuntimeData/Help/advanced.html | 2 +- SourceGen/RuntimeData/Help/codegen.html | 6 +++--- SourceGen/RuntimeData/Help/mainwin.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SourceGen/RuntimeData/Help/advanced.html b/SourceGen/RuntimeData/Help/advanced.html index e91713a..987fc13 100644 --- a/SourceGen/RuntimeData/Help/advanced.html +++ b/SourceGen/RuntimeData/Help/advanced.html @@ -22,7 +22,7 @@ popular systems, but you can create your own. This can be handy if a few different projects are coded against a common library.

If two symbols have the same value, the older symbol is replaced by -the newer one. This is why the order in which symbols file are loaded +the newer one. This is why the order in which symbol files are loaded matters.

Platform symbol files consist of comments, commands, and symbols. diff --git a/SourceGen/RuntimeData/Help/codegen.html b/SourceGen/RuntimeData/Help/codegen.html index cdcc35e..aa2c651 100644 --- a/SourceGen/RuntimeData/Help/codegen.html +++ b/SourceGen/RuntimeData/Help/codegen.html @@ -169,9 +169,9 @@ code, but also needs to know how to handle the corner cases.

  • If you set the --case-sensitive flag, all opcodes and operands must be lower-case. Most of the SourceGen options that cause things to appear in upper case must be disabled.
  • -
  • For 65816, selecting the bank byte is done with the back-quote ('`') - rather than the caret ('^'). (There's a note in the docs to the effect - that they plan to move to carets.)
  • +
  • For 65816, selecting the bank byte is done with the grave accent + character ('`') rather than the caret ('^'). (There's a note in the + docs to the effect that they plan to move to carets.)
  • The arguments to COP and BRK require immediate-mode syntax (COP #$03 rather than COP $03).
  • For historical reasons, the default behavior of the assembler is to diff --git a/SourceGen/RuntimeData/Help/mainwin.html b/SourceGen/RuntimeData/Help/mainwin.html index b3a09cc..c7c1f6f 100644 --- a/SourceGen/RuntimeData/Help/mainwin.html +++ b/SourceGen/RuntimeData/Help/mainwin.html @@ -364,7 +364,7 @@ from the project properties editor, or simply by hitting Ctrl+D. Hit that, apply the hint, then hit it again to re-enable the string & fill analyzer.

    -

    Another approach is to can use the "Toggle Single-Byte Format" +

    Another approach is to use the "Toggle Single-Byte Format" menu item to "flatten" the item.