@@ -2,3 +2,5 @@
*.pdf
*.pyc
*~
+*.o
+*.s
@@ -0,0 +1,5 @@
+#!/bin/sh
+xgcc -S $1.c
+xgcc -o $1.o $1.s
+sim-outorder $1.o 2>&1 | egrep -o ^sim_cycle[[:space:]]+[[:digit:]]+ \
+ | egrep -o [[:digit:]]+$