diff --git a/docs/images/screenshot-15-asmwin-small.png b/docs/images/screenshot-15-asmwin-small.png new file mode 100644 index 0000000..86a018b Binary files /dev/null and b/docs/images/screenshot-15-asmwin-small.png differ diff --git a/docs/images/screenshot-15-asmwin.png b/docs/images/screenshot-15-asmwin.png new file mode 100644 index 0000000..413425a Binary files /dev/null and b/docs/images/screenshot-15-asmwin.png differ diff --git a/docs/images/screenshot-15-mainwin-small.png b/docs/images/screenshot-15-mainwin-small.png new file mode 100644 index 0000000..e773a7c Binary files /dev/null and b/docs/images/screenshot-15-mainwin-small.png differ diff --git a/docs/images/screenshot-15-mainwin.png b/docs/images/screenshot-15-mainwin.png new file mode 100644 index 0000000..d459dcc Binary files /dev/null and b/docs/images/screenshot-15-mainwin.png differ diff --git a/docs/images/screenshot-15-vis-small.png b/docs/images/screenshot-15-vis-small.png new file mode 100644 index 0000000..51bb16b Binary files /dev/null and b/docs/images/screenshot-15-vis-small.png differ diff --git a/docs/images/screenshot-15-vis.png b/docs/images/screenshot-15-vis.png new file mode 100644 index 0000000..e2258e1 Binary files /dev/null and b/docs/images/screenshot-15-vis.png differ diff --git a/docs/images/screenshot-asmwin-small.png b/docs/images/screenshot-asmwin-small.png new file mode 100644 index 0000000..7d28084 Binary files /dev/null and b/docs/images/screenshot-asmwin-small.png differ diff --git a/docs/images/screenshot-asmwin.png b/docs/images/screenshot-asmwin.png new file mode 100644 index 0000000..3bf2c6a Binary files /dev/null and b/docs/images/screenshot-asmwin.png differ diff --git a/docs/images/screenshot-mainwin-small.png b/docs/images/screenshot-mainwin-small.png new file mode 100644 index 0000000..073b118 Binary files /dev/null and b/docs/images/screenshot-mainwin-small.png differ diff --git a/docs/images/screenshot-mainwin.png b/docs/images/screenshot-mainwin.png new file mode 100644 index 0000000..abf5c66 Binary files /dev/null and b/docs/images/screenshot-mainwin.png differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..40f9e05 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,145 @@ + + + + + + + + + 6502bench Tools + + + +
+

6502bench SourceGen

+ +

6502bench is a code development "workbench" for the 65xx family +of processors, including the 6502, 65C02, and 65802/65816. It currently +features one tool, the SourceGen disassembler.

+ +

Quick links:

+ + +
+ +

SourceGen is an industrial-strength disassembler for 6502, +65C02, and 65816 programs. It runs on Windows 7 or later. Key features include:

+ + +

+Main Window Screenshot +Gen/Asm Dialog Screenshot +Gen/Asm Dialog Screenshot +

+ +

Features in Detail:

+ + +

SourceGen is written in C# .NET, using the (free to download) Visual +Studio Community 2019 IDE as the primary development environment. +The user interface uses the Windows Presentation Foundation (WPF) API. +The full source code for the project is available on GitHub, licensed under Apache 2.0.

+ +
+ + + + diff --git a/docs/main.css b/docs/main.css new file mode 100644 index 0000000..871b318 --- /dev/null +++ b/docs/main.css @@ -0,0 +1,18 @@ +/* + * Overall look and feel. + */ +body { + font-family: Arial, Helvetica, sans-serif; + padding: 0px; + margin: 0px; +} +#content { + /* top right bottom left */ + margin: 20px 10px 10px 10px; + /*position: relative;*/ +} +#footer { + /* top right bottom left */ + margin: 20px 10px 10px 10px; + /*position: relative;*/ +}