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 0 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!)
Hello_World!
From:_Your_Name!
Thank_You_Very_Much!
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 0D; Line feed (LF) is hex 0A.
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 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!