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