Skip to content

remixoff/gmtdisas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmtdisas

STM8 disassembler

This is a disassembler for STM8.

It will take as input an intel hex file, with the code, and decode it into assembly language. The assembly language is compatible with the asst8 assembler, see Alan R. Baldwin's ASxxxx assemblers and relocating linker.

To build run make To install run make install

Usage: gmtdisas [option] [<ihex_file>] For usage details call the program with the -h (or --help) option to print help: gmtdisas -h

About

STM8 disassembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Shell 1.1%
  • Makefile 0.4%