Question
Create a complete Assembly Language program implementation for the following application with a) 32-bit and b) 64-bit version (If Possible) App1: Geometric Shape Calculator Companion.
Create a complete Assembly Language program implementation for the following application with a) 32-bit and b) 64-bit version (If Possible)
App1: Geometric Shape Calculator Companion.
The program details (design, implementation, code, runs) should show evidence of technical proficiency with the following technological aspects:
1. a) Implementation using 32-bit programming. b) Re-implement using 64-bit programming.
2. Test plan; test cases implementing the test plan and screen shots displaying the executing the test cases.
Note: a test plan should include various Normal, Boundary and Error cases.
3. Modular organization using procedures, subroutines and functions (PROC, ENDP, CALL, RET).
4. Use of the system Stack to save and restore register values, pass arguments, receive results (PUSH, POP).
5. Use of conditional control structures (Jcond, LoopCond, Boolean operations)
6. Use of Arithmetic operations.
7. A clear and comprehensive Project Report, for example, following the outline provided in Appendix B.
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 b. Use an integer Symbolic value PI = 3, where needed. c. Any answer requiring a square root should be expressed in terms of squares. d. Any final result of a division should be expressed in terms of quotient and remainder.
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