Skip to content

baselkorj/avr_disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An AVR Disassembler Written in Dart

This repo houses the AVR Disassembler that is going to be used in Toroidal Accelerator for the simulation of devices using the AVR architecture. The objectives of this project are to:

  1. Decode AVR instructions by iterating through an assembled HEX file or WORD for WORD when called by Toroidal Accelerator.
  2. Generate a FILE containing the disassembled program to be displayed by Toroidal Accelerator.
  3. Provide a command-line interface for independent use and for debugging purposes + planned syntax highlighting.

About

AVR Disassembler Written in Dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages