Assignment
This asssignement will use the inline assembler capability in a Visual Studio c++ program.
Use the associated uploaded main.cpp file to execute the assignment.
We will demonstrate in class how to put the template.cpp file in a visual studio solution.
In the c++ main program, put inside the assembler inline code block denoted by the _asm directives:
Write assembler code that efficiently executes the designated operations that are described in the comments for each section.
DO NOT MODIFY THE C++ THAT GETS SUBMIITED FOR ANY ASSIGNMENTS THAT USE C++ main.cpp PROGRAM TEMPLATES.
Attachment:- Arithmatics-Unsigned-C-Inline.zip