65c65
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
69c69
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
79c79
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
92c92
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
96c96
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
106c106
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
110c110
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
122c122
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
143c143
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
155c155
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
179c179
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
183c183
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
187c187
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
260c260
< 0x0: WarnUnimpl::This_should_be_an_illegal_instruction();
---
> 0x0: UD2();
283a284,285
> 0x4: Inst::TEST(Eb,Gb);
> 0x5: Inst::TEST(Ev,Gv);
285,286d286
< 0x4: Inst::TEST(Eb,Gb);
< 0x5: Inst::TEST(Ev,Gv);
308c308
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
317c317
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
321c321
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
382c382
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
386c386
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
406c406
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
417c417
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
421c421
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
425c425
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
452c452
< 0x1: jmp_Jz();
---
> 0x1: Inst::JMP(Jz);
454c454
< 0x0: This_should_be_an_illegal_instruction();
---
> 0x0: Inst::UD2();
483c483,488
< 0x6: group4();
---
> //0x6: group4();
> 0x6: decode MODRM_REG {
> 0x0: Inst::INC(Eb);
> 0x1: Inst::DEC(Eb);
> default: Inst::UD2();
> }
487c492
< 0x1: dev_Ev();
---
> 0x1: Inst::DEC(Ev);
493c498
< 0x7: WarnUnimpl::This_should_be_an_illegal_instruction();
---
> 0x7: Inst::UD2();