Question: A student was asked to write a Pep/9 assembly code implementation of the following pseudocode. Counter 0 Input (N) Do{ ifNs even N /2 else

A student was asked to write a Pep/9 assembly code implementation of the following pseudocode. Counter 0 Input (N) Do{ ifNs even N /2 else N=N 3+1 Counter } until N = 1 Output (Counter) Counter+1 Identify the logical errors in the following submission Deci N,d Ldwx 0,i counter Ldwa N,d Anda 2,i Breq Even Adda N, Adda N,s Adda 1,i Br Next Asra Addx l,i Cpwa 1,i Brne Loop Stwx -2, s Deco -2, s Stop Loop: Even: Next: block 2 .end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
