working on serializer

This commit is contained in:
ed
2026-09-09 12:09:12 -04:00
parent 6cca3fbe8b
commit d3fd791537
9 changed files with 662 additions and 126 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ enum {
};
typedef Struct_(X8616_DecodeRequest) {
U1 const* source;
U4 source_size;
U1* source;
U4 source_size;
X8616_DecodedInstruction* instructions;
U4 instruction_capacity;