Question: Write an in-line assembly language module in a C program (a) Display your name and class and today's date (b) Define the data type short
Write an in-line assembly language module in a C program (a) Display your name and class and today's date (b) Define the data type short int to replace int, use registers AX, BX, CX to replace EAX, EBX. ECX, respectively (e) Define the data type char to replace int, use registers AL, BL, CL to replace EAX, EBX, an nd ECX respectively (d) Repeat the above steps of example 1 and example 2. (e) Show your console output to your instructor. (t) Write your lab report for submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
