2) Write a program that implements the following arithmetic expression:
EAX = 2 – array [0] – (7 – array [1]) + array [2]
Use the following data definitions: array SBYTE 27, 10, 90
Trace the execution of the program and watch the Registers.
(Write the final value of EAX, cf, of, sf, zf, and pf flags)