# CAOS 3 Group Exercise Session ## Exercise 1 ![](https://i.imgur.com/05vYc13.png) | Operand | Value | |---------|-------| | `%rax` | `0x100` | | `0x104` | `0xAB` | | `$0x108` | `0x108` | | `(%rax)` | `0xff` | | `4(%rax)` | `0xAB` | | `9(%rax,%rdx)` | `0x11` | | `260(%rcx,%rdx)` | `0x13` | | `0xFC` | `0xFF` | | `(%rax, %rdx, 4)` | `0x11` | ## Exercise 2 ![](https://i.imgur.com/CIaL9Lk.png) ## Exercise 3 ![](https://i.imgur.com/BcIYonL.png) ![](https://cdn.discordapp.com/attachments/1070691356961427547/1077889905839067187/image.png) ![](https://i.imgur.com/us1lEra.png) ## Exercise 4 (3.10)