Question: Assignment: Write a Pep / 9 assembly language program that reads an integer value from the keyboard, and displays a table that shows the product

Assignment:
Write a Pep/9 assembly language program that reads an integer value from the keyboard, and displays a table that shows the product when the input value is multiplied by successive powers of 2, between 2 and
In other words, your program should produce exactly the same output as the following C program:
#include ?111
111*2=222
111*4=444
111*8=888
111*16=1776
111*32=3552
Please make sure that this is ran in the "source code " section of pep/9. I will also be using the "assemble source/ run source" button on my mac in the build tab. Also do not use .equate, keep it simple
Assignment: Write a Pep / 9 assembly language

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!