Nenelovezero8605 Nenelovezero8605 17-01-2024 Computers and Technology contestada Given the following code: .data x dword 50h y dword 100h z dword 2h f dword ? Implement the following equation to store the result: f = (x * y / z)² What is the value of f?