haoliu233 / HaoDiff

A tool automaticly select assembly files, link together, execute and compare with reference. By python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#HaoDiff A help tool automaticly select assembly files, link together, execute and compare with reference. By python.

##Some steps:

  1. Select target *.s
  2. Assemble them to *.o
  3. Link such *.o with all other *.o into an executable obj
  4. Run according to command line
  5. Compare result to reference

About

A tool automaticly select assembly files, link together, execute and compare with reference. By python