Question: Write a Marie subroutine that will input a value and halt if not positive. If positive, display the three text messages giving the starting address
Write a Marie subroutine that will input a value and halt if not positive.
If positive, display the three text messages giving the starting address of
each message by using the DSA instruction Each message will be
terminated with a value Null Note: Blanks are not displayed!!??
Use an underscore character!
Test the subroutine by displaying the following three messages from a
single execution of the program! Must call subroutine three times!
HelloWorld!
From:YourName!
ThankYouVeryMuch!
The three messages should be constants in your program.
Each message string will be terminated with a zero value which will
not be output.
Carriage return and line feed characters will be sent after each message.
Carriage return CR is hex D; Line feed LF is hex A
Experiment with Marie to determine correct Output setting
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
