Write an assembly language code for following C++/java if else structure is given if((a>10) & (a<50)) b=10; else b=5;