Runtime encode

This commit is contained in:
ed
2026-09-09 20:00:11 -04:00
parent d08709128a
commit be55514e93
7 changed files with 163 additions and 19 deletions
+3
View File
@@ -74,6 +74,9 @@ typedef Struct_(X8616_DecodedInstruction) {
X8616_ALU alu;
X8616_Condition cc;
B1 has_mod_rm;
U1 header;
U1 mod_rm;
U1 post_opcode;
U1 size;
U1 size_required;
};