#!/bin/sh
DIR=`dirname $0`
DASM=`grep DASM ./$DIR/../config.mak | sed 's/.*=//g'`
eval $DASM $@

