And convert the string packed format the lc-
CDA 3103 Assignment #2: Assembly Language Spring 2014
Specification
A start-up program, including a completed main program and subroutine stubs for each of GETSTR and PAKSTR subroutines, is provided on the class web page. The completed program will
Complete the GETSTR subroutine to input and store a character string in standard (unpacked) format. Each character should be echoed as it is input. End of input should be indicated by hitting the ENTER key (x0A). The end of the string in memory must be marked by a NUL (x0000) word.
Complete the PAKSTR subroutine to create the packed version of a standard string. The packed version should overwrite the original in memory.
Submission
Upload your completed assign2.asm source file in Moodle: https://moodle.cis.fiu.edu/. Moodle will not permit late submissions.