rm -f aic_code.h
cat > aic_code.h << EOF
/*-
 * Copyright (c) 1995, 1999 Berkeley Software Design, Inc.  All rights reserved.
 * The Berkeley Software Design Inc. software License Agreement specifies
 * the terms and conditions for redistribution.
 *
 *      BSDI \aic_mkcode,v 2.3 1999/01/07 16:33:55 cp Exp
 *
 * Machine generated. Do not hand edit.
 */
EOF

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