Skip to content
forked from nejohnson/dasmxx

Small processor disassembler suite

Notifications You must be signed in to change notification settings

gareth8118/dasmxx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dasmxx provides a suite of disassemblers for a variety of popular 8-bit and 16-bit microprocessors.

Features:

  • Fast, retargetable disassembler
  • Script-driven disassembly
  • Reads raw binary files
  • Output include verbose listing for analysis and extensive cross-reference

Supported Processors:

  • Atmel AVR
  • Intel 8051
  • Intel 8096 (including 196 variants)
  • Mostek 6502
  • Motorola 6809
  • NEC 78K/III (uPD78310 family)
  • Texas Instruments TMS7000
  • Zilog Z80

Planned Features:

  • More processors (in no specific order):
    • Intel 8080/8085
    • Intel 80186
    • Motorola 68000
  • Support for Intel Hex and Motorola SREC input file formats
  • Support for merging multiple ROM files
  • Assembler-compatible output for subsequent re-assembly

About

Small processor disassembler suite

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.2%
  • Other 0.8%