; The entries beginning with 072 must also have the -m (mnemonic) switch, or ; the symbol will be interpreted as numeric and yield an "Invalid argument" ; error. ; Convert the opcode lists into sets of DEPOSIT commands. ! sed -r -e "s/^([0-9.]+):\t/deposit -m \1 /" 3000-opcodes-III.lst > 3000-parse-opcodes-III.inc ! sed -r -e "s/^([0-9.]+):\t/deposit -m \1 /" 3000-opcodes-58.lst > 3000-parse-opcodes-58.inc ; Series III set CPU III,CIS ; Deposit the set of symbolic instructions into memory. do 3000-parse-opcodes-III.inc ; Generate a new set of symbolic opcodes using the results of parsing and ; compare with the previous results. do 3000-print-opcodes III ; Series 58 set CPU S58 ; Deposit the set of symbolic instructions into memory. do 3000-parse-opcodes-58.inc ; Generate a new set of symbolic opcodes using the results of parsing and ; compare with the previous results. do 3000-print-opcodes 58 exit