Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ASSlgIlIIlEIlt UVEFVIEW In Lectures 7 to 9 and Workshops 7 to 10, we would learn at Assembly Language programming. The second assignment is designed to

image text in transcribed
image text in transcribed
ASSlgIlIIlEIlt UVEFVIEW In Lectures 7 to 9 and Workshops 7 to 10, we would learn at Assembly Language programming. The second assignment is designed to evaluate the understanding computer CPU and assembly programming. It will be in the form of an assignment submission (not in the form of a quiz like Assignment 1). The students will write an assembly program code (that runs on MASM) and a report on their program and use of logic and control. Task Write a MASM program that will resemble a digital clock. I The clock will display hh:mm:ss (hour, minute and second format; 2 digits for each), i.e., 03:10:05. I The clock will take an input from the user (0 to 9) which will be the starting time of the clock. Say the input is 6, so the clock start time is 00:00:06. I You increment the second by one, i.e., 00:00:06, 00:00:07, ..., 00:00:59. I Then you need to change the minute to 01 and second to 00, Le, 00:01:00. I Similarly, change the time for hour e.g., 00:59:59 will change to 01:00:00. I It is a 12 hour clock. After 11:59:59. the clock will change to 00:00:00

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

Understanding The Law

Authors: Donald L Carper, John A McKinsey, Bill W West

5th Edition

0324375123, 9780324375121

More Books

Students also viewed these Economics questions

Question

How do childhood experiences affect self-esteem?

Answered: 1 week ago

Question

8. What are the costs of collecting the information?

Answered: 1 week ago