Objdump
Use objdump in a similar manner to how you used it in https://github.com/adamaviv/si485h-f18/blob/master/units/unit_02.md. Use other tutorials and videos as required.
- Describe in plain language what happens in the main 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 main 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.