From f4d97edbf28832e4a75dcb7f14ddae85e69f6b88 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sat, 23 Mar 2024 00:43:26 -0400 Subject: [PATCH] Work on fleshing out sections --- Executables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Executables.md b/Executables.md index 7f7c94e..ac05705 100644 --- a/Executables.md +++ b/Executables.md @@ -9,7 +9,7 @@ Sentinel 65X's firmware is designed to load and execute binaries in the `PGZ` fo ## PGZ Format -The first byte of a PGZ file is always an ASCII "Z". +The first byte of a PGZ file is always an ASCII "Z", hexadecimal value `0x5A`, decimal value `90`. This is followed by one or more segments, packed with no padding or separator. Each such segment has the following format: