Implement 386 instruction table, improve 8086/186/286 instruction table
[multi_emu.git] / decode_65c02_post.sed
1 s/cpu_65c02_bit(self, cpu_65c02_fetch_byte(self))/cpu_65c02_bit_imm(self, cpu_65c02_fetch_byte(self))/
2 s/^    cpu_65c02_brk(self);$/    ++self->regs.word.pc;\n    cpu_65c02_irq(self, true, CPU_65C02_IRQ_VECTOR);/