Re: [PATCH v3 0/4] x86-disas: port x86-mini disassembler to QEMU

2025-05-14 Thread Michael Clark
Hi Folks, this is tangentially related because it is the reason for developing the x86 assembler and disassembler library. introducing a new RISC instruction set with a variable length instruction packet using a super regular extension scheme with compression techniques to separate the instructi

[PATCH v3 0/4] x86-disas: port x86-mini disassembler to QEMU

2025-05-14 Thread Michael Clark
a port of an embeddable x86-mini disassembler to QEMU. - https://github.com/michaeljclark/qemu/tree/x86-mini-v3 # x86-mini disassembler the x86-mini library is a lightweight x86 encoder, decoder, and disassembler that uses extensions to the Intel instruction set metadata format to encode modern