Question
Problem 1 1a. (3 points) What is the output of the Pep8 program (below). 1b. (5 points) Explain how each of the 5 outputs are
Problem 1
1a. (3 points) What is the output of the Pep8 program (below).
1b. (5 points) Explain how each of the 5 outputs are produced
----------------------------------------------------------------
Object
Addr code Symbol Mnemon Operand Comment
----------------------------------------------------------------
;HW3P1
0000 040009 BR 0x0009 ;Branch around data
0003 F102 .WORD 0xF102 ;First input
0005 00 .BYTE 0x00 ;Second input
0006 44 .BYTE 'D' ;Third input
0007 4F47 .WORD 20295 ;Fourth input
;
0009 390003 DECO 0x0003,d ;First output
000C 50000A CHARO ' ',i
000F 390005 DECO 0x0005,d ;Second output
0012 50000A CHARO ' ',i
0015 510006 CHARO 0x0006,d ;Third output
0018 50000A CHARO ' ',i
001B 510007 CHARO 0x0007,d ;Fourth output
001E 50000A CHARO ' ',i
0021 510008 CHARO 0x0008,d ;Fifth output
0024 00 STOP
0025 .END
----------------------------------------------------------------
1a (3 points) What is the output of the Pep8 program. |
1b (5 points) Explain the 5 outputs |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started