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.
--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.COP #$03
rather than COP $03
).
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.