diff --git a/questions/answers/044.md b/questions/answers/044.md index f0d2132..ff91848 100644 --- a/questions/answers/044.md +++ b/questions/answers/044.md @@ -13,9 +13,9 @@ What will be the contents of byte at address `[rsp+3]` ? Because of __little endian__: * `rsp + 0` - 0x88 -* `rsp + 1` - 0x77 -* `rsp + 2` - 0x66 -* `rsp + 2` - 0x55 +* `rsp + 1` - 0x77 +* `rsp + 2` - 0x66 +* `rsp + 3` - 0x55