Figure 1: A hexagon
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question

Transcribed Image Text:Program 1
Figure 1: A hexagon
Figure 1 is illustrates a hexagon figure with same length of side. To calculate the perimeter
of the hexagon, the following formula is given.
Perimeter_hexagon1
= sidel + side2 + side3 + side4 + side5 + side6
Perimeter_hexagon2 = side1 + side2+ side3 + side4 + side5 + side6
TotalPerimeter = Perimeter_hexagon1 + Perimeter_hexagon2
Write a complete program using assembly language to calculate the perimeter of TWO
different hexagons with different sizes.

Transcribed Image Text:In the program, you should do these steps:
i.
ii.
Get two values from keyboard (32-bit unsigned integer) and save into the variable
name sideHex1 for the first hexagon and sideHex2 for the second hexagon.
Calculate both of the perimeters (Example: Perimeter_hexagon1=18 →
3+3+3+3+3+3) by using LOOP instruction. Save the first result in
Perimeter_hexagon1 and the second result in Perimeter_hexagon2 (as 32-bit
unsigned integer).
iii.
Then, add the two perimeters and save in TotalPerimeter variable.
Display the output as shown in Figure 2.
iv.
CNC:\Windows\system32\cmd.exe
enter a side value for hexagon1:5
enter a side value for hexagon2:4
Perimeter for hexagon1 with side = +5 is: +30
Perimeter for hexagon2 with side = +4 is: +24
The total perimeter = +54
Press any key to continue
111
Figure 2: The Output
<
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY