1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-22 01:16:42 +00:00

Rename menu item

Changed "File > Assemble" to "File > Generate Assembly".

Also, correctly mark a read-only text field as such.
This commit is contained in:
Andy McFadden
2024-04-19 14:16:30 -07:00
parent 89df3278bc
commit 8532cfb433
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -91,7 +91,8 @@
</div>
<div class="grid-item-text">
<p>You can generate assembly source code from the disassembled data.
Select <samp>File &gt; Assemble</samp> (or hit <kbd class="key">Ctrl+Shift+A</kbd>)
Select <samp>File &gt; Generate Assembly</samp>
(or hit <kbd class="key">Ctrl+Shift+A</kbd>)
to open the source generation and assembly dialog.</p>
</div>
</div>