Commit eef9bd05 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added compile script (really now).

parent 2c2e88b5
#!/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:]]+$
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment