Question: 1 . The main code block ( the test harness ) will just invoke subroutine 1 ( LOAD _ FILL _ VALUE _ 3 2

1. The main code block (the test harness) will just invoke subroutine 1(LOAD_FILL_VALUE_3200), and then subroutine 2(OUTPUT_AS_DECIMAL_3400), using the register value created by sub 1 to set up input for sub 2.
2. Subroutine 1(LOAD_FILL_VALUE_3200): This subroutine will just take a hard-coded (.FILL) value, and load it into a register of your choice.
3.(In the test harness) add 1 to the number and invoke subroutine 2(OUTPUT_AS_DECIMAL_3400):
4. Subroutine 2(OUTPUT_AS_DECIMAL_3400): Using your chosen output register from subroutine 1 as an input register for subroutine 2, print the new value out to the console as a decimal number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!