Question: Write a Pep / 9 assembly language program that prints your first name on the screen. Use the.ASCII pseudo - op to store the characters
Write a Pep assembly language program that prints your first name on the screen. Use
the.ASCII pseudoop to store the characters at the bottom of your program. Use the LDBA
instruction with direct addressing to output the characters from the string. The name your
program prints must contain more than two letters.
Section points
Write a Pep assembly language program that prints your first name on the screen. Use
immediate addressing with a character constant a single character value to designate the
operand of LDBA for each letter of your name. For example, the character constant for a lower
case B is specified as b The name your program prints must contain more than two letters.
Section points each
Write a Pep assembly language program that corresponds to the following C program:
int num;
int num;
int main
scanfd d &num #
printfd
d
num num;
return ;
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
