Missing utilities for WDC's 65xx developer tools
Go to file
Kelvin Sherlock 9de248b599 gccism 2017-01-11 20:37:03 -05:00
man1 move man pages. 2017-01-05 20:48:12 -05:00
mingw mingw noreturn. 2016-12-26 12:27:19 -05:00
samples ref_only test 2017-01-08 12:59:01 -05:00
.gitattributes update gitattributes. 2017-01-10 14:16:51 -05:00
.gitignore gitignore. 2016-12-26 11:16:01 -05:00
.travis.yml Update .travis.yml 2017-01-10 19:32:29 -05:00
Makefile compile w/ windows 2017-01-11 14:28:18 -05:00
README.md add a readme. 2017-01-10 16:16:01 -05:00
disasm.cpp . 2016-12-25 00:04:00 -05:00
disassembler.cpp disassembler reserved space support. 2017-01-05 12:25:09 -05:00
disassembler.h disassembler reserved space support. 2017-01-05 12:25:09 -05:00
dumpobj.cpp -n flag to inhibit symbol lookup in expressions. 2017-01-08 20:16:32 -05:00
expression.cpp linker compiles and works for simple cases. 2017-01-10 08:36:06 -05:00
expression.h add c++17 optional 2017-01-08 20:17:10 -05:00
link.cpp gccism 2017-01-11 20:37:03 -05:00
obj816.h fix line endings. 2017-01-10 14:16:02 -05:00
omf.cpp generate express load segment. 2017-01-11 00:36:03 -05:00
omf.h linker compiles and works for simple cases. 2017-01-10 08:36:06 -05:00
optional.h -t xx,xxxx for filetype/auxtype. 2017-01-11 20:17:06 -05:00
set_file_type.cpp compile w/ windows 2017-01-11 14:31:15 -05:00
zrdz_disassembler.cpp -n flag to inhibit symbol lookup in expressions. 2017-01-08 20:16:32 -05:00
zrdz_disassembler.h -n flag to inhibit symbol lookup in expressions. 2017-01-08 20:16:32 -05:00

README.md

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.