Problem 35
Exercises 21-60 are programs or shortanswer questions. Write a program in Pep/9 machine code to output the word "go".
Problem 36
Exercises 21-60 are programs or shortanswer questions. Write a program in Pep/9 assembly language to output the word "go".
Problem 37
Exercises 21-60 are programs or shortanswer questions. Write a program in Pep/9 machine code to output the word "home".
Problem 38
Exercises 21-60 are programs or shortanswer questions. Write a program in Pep/9 assembly language to output the word "home".
Problem 40
Exercises 21-60 are programs or shortanswer questions. Distinguish between the Pep/ 9 menu options Assemble, Load, and Execute (run).
Problem 43
Exercises 21-60 are programs or shortanswer questions. What is the purpose of the .ASCII pseudo-operation?
Problem 44
Exercises 21-60 are programs or shortanswer questions. Write a pseudocode algorithm that reads in three values and writes out the result of subtracting the second value from the sum of the first and third values.
Problem 47
Exercises 21-60 are programs or shortanswer questions. Design with pseudocode, then implement, an assembly language program that uses a loop to read four values and print their sum.
Problem 48
Exercises 21-60 are programs or shortanswer questions. Is the test plan for a machinelanguage program valid for the same solution written in assembly language? Explain your answer.
Problem 51
Exercises 21-60 are programs or shortanswer questions. Distinguish between test plans based on code coverage and data coverage.