benvenutti/img2hack

Separate img2hack from GUI

benvenutti opened this issue · 0 comments

Separate the project into modules:

  • img2hack: module to transform images into hack assembly
  • app: holds the GUI executable that depends/uses img2hack

The main concern here is to make sure img2hack is completely independent of the GUI.