Modular organization using procedures subroutines and


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.

Solution Preview :

Prepared by a verified Expert
Assembly Language: Modular organization using procedures subroutines and
Reference No:- TGS02695571

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)