#!/bin/bash --

# $Id: as,v 1.1 2002/07/28 23:08:00 bsittler Exp $
#
# This bash program runs the assembler from the SMOKE-16 v1 toolset
# with options to make it assemble the sources from old distributions
# without errors, and produce object files compatible with the tools
# in the SMOKE-16 "v0" toolset.
#

exec -a "$0" "$(dirname "$0")"/../bin/"$(basename "$0")" -7 -J -A v0 "$@"
