Please help with this Assembly Language problem Consider the
Please help with this Assembly Language problem:
Consider the program below:. text add $s0, $zero, 12 add $sly, $zero, 7 add $v0, $zero, 1 and $t0, $s0, 1 be $t0, $zero, label add $a0, $zero, 1 sisal j label2 label: add $a0, $zero, $zero sisal label2: and $t0, $sly, 1 be $t0, $zero, label3 add $a0, $zero, $zero sisal j label4 labels: add $a0, $zero, 1 sisal label4: add $v0, $zero, 10 sisal What is the output of the above program? 00 01 11 10Solution
b)01
