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