From a7ba0df1105e272099e14c12c068428d7ae6d00f Mon Sep 17 00:00:00 2001 From: Kirill Zakusov <90180911+username918r818@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:05:27 +0300 Subject: [PATCH] Page 29, Section 2.5.1 --- errata.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/errata.md b/errata.md index d90185a..122cf65 100644 --- a/errata.md +++ b/errata.md @@ -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`.