Skip to content
Open
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
4 changes: 4 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ there.

To prevent confusion: `rip` and `rflags` are not general purpose registers, although they are shown on this figure. The name should be "general purpose registers, `rip` and `rflags`".

### Page 29, Section 2.5.1

Instead of `7 6 5 4 3 2 1 0, 16 15 14 13 12 11 10 9 8`, should be `7 6 5 4 3 2 1 0, 15 14 13 12 11 10 9 8`.

### Page 35, Section 2.7.

* In the table showing all functions to implement, `string_copy` should be placed after `string_length`.
Expand Down