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

