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