Static Analysis
In Ghidra:
- Describe in plain language what happens in the quadratic function for the Easy Mode implementation. Include your comments under the the appropriate line of assembly, using
;
. Submit your commented assembly file for the main function. - Describe in plain language what happens in the quadratic function for the Extra Credit implementation. Include your comments under the the appropriate line of assembly, using
;
. Submit your commented assembly file for the main function.