From 681beb32595201a960f65c7cb32d88e1ef569eae Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:39:11 -0500 Subject: [PATCH] clarify implementation details --- format implementation.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/format implementation.txt b/format implementation.txt index 1c8340d..798fee1 100644 --- a/format implementation.txt +++ b/format implementation.txt @@ -76,6 +76,7 @@ Cmd/Param Data: all cmds should be stored in one consecutive block followed by a block of param data nops and vec/box tests should not be added to any of these trackers id 0x72 is repurposed to store zero dot disp reg writes + Packed cmds/params are split into separate commands. 1 byte per - cmd 4 bytes per - param \ No newline at end of file