From 6ff5a4599aff82a8e1c058bdd78bb45902cd277f Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 10 Jan 2017 16:16:01 -0500 Subject: [PATCH] add a readme. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..778553c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + +wdcomf +------ +object file linker. Generates OMF files (for use with the Apple IIgs) + +wdcdumpobj +---------- + +object file disassembler + + +building +-------- +builds with MSYS2/MingW64 (most useful since WDC's tools are windows-based) or MacOS, etc. \ No newline at end of file