mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-03 05:49:57 +00:00
Missing utilities for WDC's 65xx developer tools
.github/workflows | ||
afp@bf4399146d | ||
man1 | ||
mingw | ||
samples | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
disasm.cpp | ||
disassembler.cpp | ||
disassembler.h | ||
dumpobj.cpp | ||
endian.h | ||
expression.cpp | ||
expression.h | ||
link.cpp | ||
Makefile | ||
obj816.h | ||
omf.cpp | ||
omf.h | ||
optional.h | ||
README.md | ||
set_file_type.cpp | ||
zrdz_disassembler.cpp | ||
zrdz_disassembler.h |
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.