rm -f ncr_code.h
cat > ncr_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: ncr_mkcode,v 2.2 1995/07/18 22:56:21 cp Exp $
 *
 * Machine generated. Do not hand edit.
 */
EOF

ncrasm -c -d -t -p NCRR_ ncr_runop >> ncr_code.h
ncrasm -c -d -t -p NCRS_ ncr_selector >> ncr_code.h
ncrasm -l ncr_runop > ncr_runop.lst
ncrasm -l ncr_selector > ncr_selector.lst
