From c46afe377e17aee4fee403b0c8ba6469eddb1f6d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 27 Oct 2018 12:34:59 -0700 Subject: [PATCH] Document the "spaces in bytes column" feature --- SourceGen/RuntimeData/Help/settings.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SourceGen/RuntimeData/Help/settings.html b/SourceGen/RuntimeData/Help/settings.html index 2d716d0..2d31ad2 100644 --- a/SourceGen/RuntimeData/Help/settings.html +++ b/SourceGen/RuntimeData/Help/settings.html @@ -59,12 +59,17 @@ to set all values. These values are also used for generated assembly code. Note that labels are case-sensitive and can't be forced one way or the other.

-

The Clipboard drop-down menu lets you choose the format for text +

The Clipboard drop-down list lets you choose the format for text copied to the clipboard. The "Assembler Source" format includes the rightmost columns (label, opcode, operand, and comment), like assembly source code does. The "Disassembly" format adds the address and bytes on the left.

+

The "add spaces in bytes column" checkbox changes the format of the +hex data in the code list "bytes" column from dense (20edfd) +to spaced (20 ed fd). This also affects the way the +"Disassembly" copy & paste format looks.

+

Asm Config