Question: Q1). [30 Mks] Write an assemble code using Irvine library equivalent to the shown c code int main() { int side, perimeter; printf(Enter the side
![Q1). [30 Mks] Write an assemble code using Irvine library equivalent](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e0516abe8_70466f3e050c1fcb.jpg)
Q1). [30 Mks] Write an assemble code using Irvine library equivalent to the shown c code int main() { int side, perimeter; printf("Enter the side of square: : "); scanf("%d", &side); perimeter = side+side+side+side; printf(" The perimeter is : %d", perimeter); return (O)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
