Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assembly Language x86 program implementation, a) 32-bit and b) 64-bit. Please do not use global start function. Create this Program: App1: Geometric Shape Calculator Companion.

Assembly Language x86 program implementation, a) 32-bit and b) 64-bit.

Please do not use global start function.

Create this Program: App1: Geometric Shape Calculator Companion.

Support the interactive calculation of geometrical attributes, such as perimeter, circumference, area, volume, tests and verifications of defining (idiosyncratic) characteristic or signature, for various 2-dim and 3-dim shapes, such as: Triangle: distinguish equilateral, right, isoceles triangles. Quadrilateral: distinguish rectangle, square, parallelogram, rhombus Circle Ellipse Sphere Cylinder Pyramid: distinguish with circular base, with rectangular base Notes: a. Only integer, Boolean and relational operations are available a. Use an integer Symbolic value PI = 3, where needed. b. Any answer requiring a square root should be expressed in terms of squares. c. Any final result of a division should be expressed in terms of quotient and remainder.

1. Modular organization using procedures, subroutines and functions (PROC, ENDP, CALL, RET). 2. Use of the system Stack to save and restore register values, pass arguments, receive results (PUSH, POP). 3. Use of conditional control structures (Jcond, LoopCond, Boolean operations) 4. Use of Arithmetic operations.

Please put a lot of comments into the program thank you.

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

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago