Skip to content

Arakula/dasmfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dasmfw

The DisASseMbler FrameWork

Copyright (c) 2015-2022 Hermann Seib Parts Copyright (c) 2000 Arto Salmi
Parts Copyright (c) 2013 Colin Bourassa
Parts Copyright (c) 2014-2015 Rainer Buchty

Currently contains disassemblers for the following processor families: 6501,65C02,6800,6801,6809,68HC11,6301,6309,AVR8,68000 (which also covers 6502,6802,6803,6808,6303 and potentially more using the same instruction set as one of the above).

Documentation is in dasmfw.htm

Building

dasmfwis a command line tool written in fairly generic C++ that should compile on a wide range of systems.

For Microsoft Visual Studio, .sln, and .vcproj files (VS2008) are provided.

A Makefile is provided for Linux systems; this may also work on other systems using GNU Make. You'll need to make sure you have the appropriate development packages (make, gcc, etc.) installed. This was tested on Debian 9.