#!/bin/sh cd ~/abgabe/asmb make clean && make gcc -O -g -o asmbtest asmbtest.c asmb.o -D_GNU_SOURCE ./dumpinstr.sh asmbtest asmb rm -f asmbtest