Write an assembly program to generate the sequence of integers
{1, 3, 9, 27, 81, 243}, iteratively. The sequence can be generated using the relation,
st = 3st−1, with initial value s0 = 1 and executing the relation for five iterations.
The result at each iteration should be stored in the destination register, R3. After
five iterations, when the program terminates, the contents of the destination register
should look like as shown in Figure 5.12.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here