Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with the assembly language code for part d and e (UP and DOWN subrotuine procedure) for the following situation. How would I

I need help with the assembly language code for part d and e (UP and DOWN subrotuine procedure) for the following situation. How would I ask the user for a floor input 0-9 and compare the number given with the current floor number to decide if the "elevator" goes UP or DOWN? We use ARM assesmbly lanuage.

Consider a 9-story building with a basement. The first floor is given the number 1, the second is given the number 2 and so on. The basement is given the number 0. You will write a program to simulate an elevator operated throughout the whole building. Write the following subroutines that will work with the main program

image text in transcribed

a) DELAY: generates a software delay of 1 second b) OPEN: displays a 'Door open' message on the screen after a delay of 1 second. A working version of this code is supplied for your use on the "Software Downloads page. c) CLOSE: displays a 'Door close' message on the screen after a delay of1 second d) UP: performs the following procedure i. Displays a 'Going UP' message on the screen. ii. Goes up one floor at a time (1 second delay between each floor), until the elevator reaches the destination iii. At each floor, prints that number (current floor number) on the screen. iv. After the elevator reaches the destination floor, stores this number as the current floor number in memory e) DOWN: performs the following procedure i. Displays a Going DOWN' message on the screen ii. Goes down one floor at a time (1 second delay between each floor), until the elevator reaches the destination. iii. At each floor, prints that number (current floor number) on the screen. iv. After the elevator reaches the destination floor, stores this number as the current floor number in memory f) STAY: displays a 'Same floor' message on the screen after a delay of 1 second

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Creating A Database In Filemaker Pro Visual QuickProject Guide

Authors: Steven A. Schwartz

1st Edition

0321321219, 978-0321321213

More Books

Students also viewed these Databases questions

Question

1. Who will you assemble on the team?

Answered: 1 week ago