This is not achievable.<p>There isn't enough rewritable microcode to do this even as a super slow hack.<p>And even if all of the microcode were rewritable, ucode is kind of a fallback pathway on modern x86 cores with the fast path being hardwired decode for x86 instructions.<p>And even if that weren't the case the microcode decode and jump is itself hardwired for x86 instruction formats.<p>And even if that weren't the case the microops are very non-RISC being 2 address, etc.