rm -f aic_code.h
cat > aic_code.h << EOF
/*-
 * Copyright (c) 1995 Berkeley Software Design, Inc.  All rights reserved.
 * The Berkeley Software Design Inc. software License Agreement specifies
 * the terms and conditions for redistribution.
 *
 *      BSDI \$Id: aic_mkcode,v 2.1 1995/06/21 01:22:32 cp Exp $
 *
 * Machine generated. Do not hand edit.
 */
EOF
cp aic_code.h aic_code.lst

aicasm -c -d -t -p AIC_ aic_code >> aic_code.h
aicasm -l aic_code >> aic_code.lst
