Tristabergeron8247 Tristabergeron8247 30-11-2022 Engineering contestada what does the following code segment do to the array? .data array byte 1, 1, 2, 3, 5, 8 .code mov ebx, offset array mov eax, 3 skip this: ad [eax], byte ptr 2 loop skip this: g