mirror of
https://github.com/fadden/6502bench.git
synced 2025-04-04 09:29:51 +00:00
Document the "spaces in bytes column" feature
This commit is contained in:
parent
372eea385d
commit
c46afe377e
@ -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.</p>
|
||||
|
||||
<p>The Clipboard drop-down menu lets you choose the format for text
|
||||
<p>The Clipboard drop-down list lets you choose the format for text
|
||||
<a href="mainwin.html#clipboard">copied to the clipboard</a>. 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.</p>
|
||||
|
||||
<p>The "add spaces in bytes column" checkbox changes the format of the
|
||||
hex data in the code list "bytes" column from dense (<code>20edfd</code>)
|
||||
to spaced (<code>20 ed fd</code>). This also affects the way the
|
||||
"Disassembly" copy & paste format looks.</p>
|
||||
|
||||
|
||||
<h3><a name="appset-asmconfig">Asm Config</a></h3>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user