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 \ncr_mkcode,v 1.1 1995/12/27 23:33:29 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
