#!/bin/sh
DIR=`dirname $0`
ASM=`grep "^ASM" ./$DIR/../../config.mak | awk '{print $3}'`
$ASM $@
