Question: Assembly Language Develop the algorithms to add 5 numbers (integers) 4 different ways using a pseudo-assembly language: with a sequence of steps with a loop
- with a sequence of steps
- with a loop
- with a stack
- with a Linked List
Previously, I had asked everyone how an Assembler works and to convert this formula into a little Pseudo- Assembler short program (not MASM) with good comments: NewPosition = OldPosition + Speed * Time So we talked about that and how Assembly language requires each small step (action or verb) to be separate on its own line. So then we talked about what we need to do to set up and control a loop (5 steps). That should make this homework much easier: Develop the algorithms to add 5 numbers (integers) 4 different ways using a pseudo-assembly language: 1. with a sequence of steps 2. with a loop 3. with a stack 4. with a Linked List Please submit a complete documentation package for each of those 4 algorithms. Include 1) a short one page "program narrative" to describe the logic of your algorithm. 2) A flowchart using proper symbols 3) your algorithm source code listing, and 4) some output (evidence) that your algorithm really works
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
