Missing utilities for WDC's 65xx developer tools
Go to file
Kelvin Sherlock a455e48a2b v1 omf support (-1), improved big endian support, -S to convert PAGE0 to a stack segment. 2022-12-15 21:13:08 -05:00
.github/workflows bump github actions 2022-12-15 21:10:46 -05:00
afp@bf4399146d bump submodule. 2020-11-12 13:04:41 -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 more fixes... 2017-01-17 23:31:28 -05:00
.gitattributes update gitattributes. 2017-01-10 14:16:51 -05:00
.gitignore gitignore. 2016-12-26 11:16:01 -05:00
.gitmodules use submodule for finder info. 2017-08-08 20:16:58 -04:00
.travis.yml Update .travis.yml 2019-12-10 13:40:45 -05:00
Makefile use submodule for finder info. 2017-08-08 20:16:58 -04: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 _XOPEN_SOURCE 2020-11-18 15:17:14 -05:00
disassembler.h updates from omm disassembler. 2017-08-12 21:58:47 -04:00
dumpobj.cpp replace _S since it is used in msys ctype.h 2020-11-18 12:37:38 -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 add c++17 optional 2017-01-08 20:17:10 -05:00
link.cpp v1 omf support (-1), improved big endian support, -S to convert PAGE0 to a stack segment. 2022-12-15 21:13:08 -05:00
obj816.h linker library support [WIP] 2017-01-15 21:21:33 -05:00
omf.cpp v1 omf support (-1), improved big endian support, -S to convert PAGE0 to a stack segment. 2022-12-15 21:13:08 -05:00
omf.h v1 omf support (-1), improved big endian support, -S to convert PAGE0 to a stack segment. 2022-12-15 21:13:08 -05:00
optional.h optional emplacement. 2017-01-13 00:33:21 -05:00
set_file_type.cpp use submodule for finder info. 2017-08-08 20:16:58 -04:00
zrdz_disassembler.cpp use disassembler traits 2017-08-12 22:01:41 -04: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.