Skip to content

adrien-obrecht/68kDbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motorola 68k debugger

This project's aim was to build a graphical debugger for the 68k motorola asm. It is hosted on github at https://github.com/adrien-obrecht/68kDbg. It's made in c and needs gtk3.0 to compile. It is available for download here: https://www.gtk.org/.

Once the repo cloned, you can compile the project with make and you can lauch the executable with ./bin/main

Features :

  • Load any .s file, supporting most of the basic instructions.
  • Real time display of the registers, memory and CCR
  • Supports play/pause of execution
  • Gives somewhat understandable warnings to ease code developpement

Sources :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published