Missing utilities for WDC's 65xx developer tools
Go to file
2017-01-21 12:43:18 -05:00
man1
mingw
samples more fixes... 2017-01-17 23:31:28 -05:00
.gitattributes update gitattributes. 2017-01-10 14:16:51 -05:00
.gitignore
.travis.yml Update .travis.yml 2017-01-10 19:32:29 -05:00
disasm.cpp
disassembler.cpp
disassembler.h
dumpobj.cpp tweak library headers, add missing expression operands. 2017-01-17 19:57:37 -05:00
endian.h linker library support [WIP] 2017-01-15 21:21:33 -05:00
expression.cpp expression simplification was sometimes leaving data on the stack. 2017-01-16 16:14:56 -05:00
expression.h
link.cpp reserve symbol code (unused) 2017-01-21 12:43:18 -05:00
Makefile fix make clean. 2017-01-16 16:15:05 -05:00
obj816.h linker library support [WIP] 2017-01-15 21:21:33 -05:00
omf.cpp remove dead code, fix expression location adjustment. 2017-01-16 20:55:36 -05:00
omf.h beginning support for SUPER relocation records. 2017-01-12 20:56:09 -05:00
optional.h optional emplacement. 2017-01-13 00:33:21 -05:00
README.md add a readme. 2017-01-10 16:16:01 -05:00
set_file_type.cpp compile w/ windows 2017-01-11 14:31:15 -05:00
zrdz_disassembler.cpp generate full section header for ref-only sections 2017-01-20 10:33:00 -05:00
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.