question archive Q Develop an assembly language program for calculating and printing the formula: (10x2 + 6y3)/3z+ x3+z3 · x, y and z are byte inputs from the user
Subject:Computer SciencePrice: Bought3
Q Develop an assembly language program for calculating and printing the formula:
(10x2 + 6y3)/3z+ x3+z3
· x, y and z are byte inputs from the user.
· Include your personalized messages in the program mentioning your Name, Roll No, Section etc.
· Follow the best assembly language programming practices for efficient and readable code.
Q2)Perform the calculation and update the status of carry flag, parity flag, auxiliary flag, zero flag and sign flag (Show all steps)
a. 10001100+11111011
b. 11111111+11111111
c. 10101010-11101010
d. 10101010-11111111