diff --git a/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml b/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml
index 1f05107..f33193f 100644
--- a/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml
+++ b/SourceGen/AsmGen/WpfGui/GenAndAsm.xaml
@@ -75,7 +75,7 @@ limitations under the License.
The generation / assembly dialog can be opened with -File > Assemble.
+File > Generate Assembly.If you want to show code to others, perhaps by adding a page to your web site, you can "export" the formatted code as text or HTML. This is explained in more detail below. diff --git a/docs/sgtutorial/generating-code.html b/docs/sgtutorial/generating-code.html index 7e25ab6..a91af89 100644 --- a/docs/sgtutorial/generating-code.html +++ b/docs/sgtutorial/generating-code.html @@ -91,7 +91,8 @@
You can generate assembly source code from the disassembled data. - Select File > Assemble (or hit Ctrl+Shift+A) + Select File > Generate Assembly + (or hit Ctrl+Shift+A) to open the source generation and assembly dialog.