Please give the Output screenshot! Thanks.
My name is Hongzhe Guo.
The first letter of my name is H.
The first day is 6/19/2023.
2.3 Subroutines to print your name and display ASCII (25 marks)
To complete this task, prepare two MARIE subroutines called printName and printASCII. The printName subroutine should print your name along with the date of your first day at Monash College, similar to the previous task. However, this time, you should implement it using the printName subroutine.
For the second subroutine printASCII, you are required to display the first letter of your first name using the hash symbol (#). The display grid should be at least 7 by 7 in size.
The codes must be accompanied by appropriate comments (as a paragraph before any block of code or subroutine or as inline comments wherever appropriate).
To receive full marks, your code needs to be in the form of a subroutine that can be called using the JnS instruction. You need to write a MARIE main program to call these subroutines.
AC 0000
RTL log
Watch list
Input list
IR 7000
OUTPUTMODE UNICODE UTF-16BE
I
MAR 008
Haidar AL-Khalidi 12/06/2015 # # # # ######### # at
MBR 7000
PC 009
IN 0000
OUT 000A
Figure 2: Using subroutines to Display your name, date, and the ASCII.