From 6998eb4021b61708fde5ea2a173e3526b9c03cb4 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 19 Apr 2019 13:36:53 -0700 Subject: [PATCH] Minor doc edits Added Ctrl+W to the tutorial. Named the 64tass executable. Performed various acts of word-smithing. --- SourceGen/RuntimeData/Help/settings.html | 11 ++-- SourceGen/RuntimeData/Help/tutorials.html | 65 +++++++++++++---------- 2 files changed, 43 insertions(+), 33 deletions(-) diff --git a/SourceGen/RuntimeData/Help/settings.html b/SourceGen/RuntimeData/Help/settings.html index 0b56f1b..6ca979d 100644 --- a/SourceGen/RuntimeData/Help/settings.html +++ b/SourceGen/RuntimeData/Help/settings.html @@ -80,10 +80,13 @@ will initially contain assembler-specific default values. All of the values in the Assembler Configuration box may be configured differently for each assembler.

The "executable" box holds the full path to the cross-assembler -executable. For cc65 this is bin/cl65.exe, for Merlin32 -you need Merlin32.exe. (On non-Windows platforms, you -won't need the ".exe".) For cc65 you need a full installation, with -the configuration files and libraries, not just the cl65 binary itself.

+executable. +For cc65 this is bin/cl65.exe, +for Merlin32 you need Merlin32.exe, +for 64tass it's 64tass.exe. +(On non-Windows platforms, you won't need the ".exe".) For cc65 you need +a full installation, with the configuration files and libraries, not just +the cl65 binary alone.

The "column widths" section allows you to specify the width of the label, opcode, operand, and comment fields. If the width is less than 1, or isn't a valid number, 1 will be used. (Note: the comment width isn't diff --git a/SourceGen/RuntimeData/Help/tutorials.html b/SourceGen/RuntimeData/Help/tutorials.html index bb1f065..4d51886 100644 --- a/SourceGen/RuntimeData/Help/tutorials.html +++ b/SourceGen/RuntimeData/Help/tutorials.html @@ -82,9 +82,9 @@ things happened: