2018-09-28 17:05:11 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link href="main.css" rel="stylesheet" type="text/css" />
|
|
|
|
<title>Tools - 6502bench SourceGen</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-10-09 17:04:10 +00:00
|
|
|
<div id="content">
|
2018-09-28 17:05:11 +00:00
|
|
|
<h1>6502bench SourceGen: Tools</h1>
|
|
|
|
|
|
|
|
<h2><a name="hexdump">Hex Dump Viewer</a></h2>
|
|
|
|
|
|
|
|
<p>You can use this to view the contents of the project data file
|
|
|
|
by double-clicking the "bytes" column, or with Actions > Show Hex Dump.
|
|
|
|
The viewer is displayed in a "modeless" dialog that does not
|
|
|
|
prevent you from continuing to work with the project. If you
|
|
|
|
double-click a different line in the project, the viewer will automatically
|
|
|
|
highlight those bytes.</p>
|
|
|
|
|
|
|
|
<p>You can also use this to view the contents of arbitrary files by
|
|
|
|
using Tools > Hex Dump. There is no fixed limit on the number of
|
|
|
|
viewers you can have open simultaneously. (Be aware that the viewer
|
|
|
|
currently loads the entire file into memory, and you will run out of room
|
|
|
|
eventually. Not coincidentally, the viewer has a size limit of 16MiB
|
|
|
|
per file.)</p>
|
|
|
|
|
|
|
|
<p>You can select lines with the mouse as you would in any other list
|
|
|
|
view. Ctrl+A selects all lines. Ctrl+C copies the selected lines to
|
|
|
|
the system clipboard.</p>
|
|
|
|
|
2019-08-18 23:42:40 +00:00
|
|
|
<p>The "character conversion" selector allows you to choose how the
|
|
|
|
bytes are converted to characters for the Text column. Choose from
|
|
|
|
the usual set of encodings.</p>
|
2018-09-28 17:05:11 +00:00
|
|
|
|
|
|
|
<p>If "ASCII-only dump" is not checked, non-printable bytes are shown in
|
|
|
|
the ASCII dump as a middle dot ('·'). If the box is checked,
|
|
|
|
non-printable bytes are represented by a period ('.') instead. The
|
|
|
|
use of non-ASCII characters makes the dump unambiguous when unprintable
|
|
|
|
characters are mixed with periods, but the lines may be unsuitable for
|
2019-08-18 23:42:40 +00:00
|
|
|
pasting in some forums.</p>
|
2018-09-28 17:05:11 +00:00
|
|
|
|
|
|
|
<p>If "always on top" is checked, the window will stay above all other
|
|
|
|
windows that don't also declare that they should always be on top. By
|
2018-10-04 01:03:04 +00:00
|
|
|
default this box is checked when displaying project data, and not checked for
|
2018-09-28 17:05:11 +00:00
|
|
|
external files.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2><a name="ascii-chart">ASCII Chart</a></h2>
|
|
|
|
|
|
|
|
<p>This opens a window with the ASCII character set. Each character is
|
|
|
|
displayed next to its numeric value in decimal and hexadecimal. The
|
|
|
|
drop list at the bottom allows you to flip between standard and "high"
|
|
|
|
ASCII.</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2018-10-09 17:04:10 +00:00
|
|
|
<div id="footer">
|
2018-09-28 17:05:11 +00:00
|
|
|
<p><a href="index.html">Back to index</a></p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<!-- Copyright 2018 faddenSoft -->
|
|
|
|
</html>
|