Skip to content

Slightly clearer description for the size of dpg_rpt field on Data Page documentation #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ The number of records (or record fragments) on this page.
In other words, the number of entries in the `dpg_rpt` array.

`dpg_rpt`::
This is an array of two byte unsigned values.
The array begins at offset 0x20 on the page and counts upwards from the low address to the higher address as each new record fragment is added.
This is an array of structs with two fields, each of them are two byte unsigned values.
The array begins at offset 0x18 on the page and counts upwards from the low address to the higher address as each new record fragment is added.
+
The two fields in this array are:

Expand Down