yet more progress

This commit is contained in:
ed
2026-09-09 14:38:56 -04:00
parent 95e67a8c1a
commit b973b0cd41
8 changed files with 314 additions and 423 deletions
+4 -1
View File
@@ -93,7 +93,7 @@ typedef Enum_(U2, X8616_DecodePlanFlags) {
Bit_(x8616_plan_is_prefix, 11),
Bit_(x8616_plan_has_alu, 12),
Bit_(x8616_plan_has_cc, 13),
Bit_(x8616_plan_alu_modrm, 14),
Bit_(x8616_plan_has_pair, 14),
};
typedef Enum_(U1, X8616_DecodePayload) {
@@ -140,6 +140,9 @@ typedef Struct_(X8616_DecodePlan) {
U1 alu_shift;
U1 cc_shift;
U1 pair_shift;
X8616_DigitKind digit_kind;
X8616_PairKind pair_kind;
};
enum {