- Write An Assembly Program That Calculates The Following Function Assume The Signed Integer Input X Is Stored In Registe 1 (27.41 KiB) Viewed 20 times
Write an assembly program that calculates the following function. Assume the signed integer input x is stored in registe
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write an assembly program that calculates the following function. Assume the signed integer input x is stored in registe
Write an assembly program that calculates the following function. Assume the signed integer input x is stored in register r0 and the result f(x) is saved in register r1. Take x = -120. Hints: MOV, EQ, GT, LT, CMP (-1 f(x) = 0 1 if x < 0 if x = 0 if x > 0