Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started