Skip to content
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