Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use direct addressing in all these programs. Execute them on the pep 8 simulator, and submit your pepo file. 1 . Write a machine -
Use direct addressing in all these programs. Execute them on the pep simulator, and submit your pepo file.
Write a machinelanguage program to add the three numbers and and output the sum on the output device.
Note that one of the numbers you are asked to add is negative.
IT IS WRONG if you put a positive number in memory and then subtract it Put the NEGATIVE number in memory and add.
Write a machinelanguage program to input a number, multiply it by and output the result on the output device.
Write a machinelanguage program to input a number, divide it by and output the result on the output device.
Note: you will get integer division, so divided by is and divided by is
Write a machinelanguage program to input upper case characters, convert them to lower case, and output the result on the output device.
Note: you do not need to check that they are alphabetic characters, just assume they are. ALSO, these are characters, meaning they take one byte of memory and when you load them into the accumulator you need to Load Byte, and when you store to memory you need to Store Byte. FOLLOWING ASCII PLEASE!
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