You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Iris/compiled-uix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Name | Value
50
50
`DataQuery` | `0x05000000`
51
51
52
52
## File structure
53
-
A custom binary format is used to store all compiler output. This format is dividing into several sections, and in the case of [shared Data Tables](#shared-data-tables), can be split over multiple files.
53
+
A custom binary format is used to store all compiler output. This format is divided into several sections, and can even be split across multiple files using [shared Data Tables](#shared-data-tables).
54
54
55
55
### Header
56
56
The first four bytes are always `0x5549421A`, which spell out `"UIB␚"` in ASCII. The next four bytes contain some representation of the UIB version, although the exact format is unknown. All known Iris 4 releases, including 4.0 and 4.8 Beta, use `1012` (`0x3F4`).
0 commit comments