Skip to content

Commit

Permalink
Make pointer example 32 bits to better show reality
Browse files Browse the repository at this point in the history
  • Loading branch information
SirJosh3917 authored and SirJosh3917 committed May 11, 2021
1 parent b8df262 commit fc70676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions design/witx-type-representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ at that location will be an unknown contiguous amount of `T`s.
```
Pointer<u8>
+------+------+------+------+------+------+------+------+
| 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 |
+------+------+------+------+------+------+------+------+
+------+------+------+------+
| 0x00 | 0x00 | 0x00 | 0x00 |
+------+------+------+------+
^ a number, that represents another position in RAM that leads to the data.
```

0 comments on commit fc70676

Please sign in to comment.