Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / decode_6800.sh
1 #!/bin/sh
2 sed -f decode_6800_pre.sed <instr_6800.txt |\
3 ./decode_6800.py |\
4 sed -f decode_6800_post.sed >decode_6800.txt