test: test.cpp isa.h
	c++ -O3 -o test test.cpp -std=c++11 -Wall -Wextra


clean:
	rm -f test
