Programs must be MASM615 compatible.
Code must be commented properly.
Q3. Write down the equivalent code in assembly
(10 Marks)
#include<iostream>
using namespace std;
int main() {
int a, b, c, d, e, f, g;
8 << 1 << a << p << << q << e << u
if (g == f | e != d && (g == d | f <= e))
if (a > g && b <= e) {
if (c > a && e >= c) {
cout << a;
}
}
return 0;
}