This document provides instructions for Lab 1 that is due on September 11, 2020. Students are asked to write two assembly language programs, one to perform binary operations like arithmetic, logical, and relational operations on two integer variables. The second program should perform unary operations on a single integer variable. Both programs should be written for the x64 or x86-64 architecture.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
57 views1 page
Mpi Lab Cs309 Mu Fall 2020
This document provides instructions for Lab 1 that is due on September 11, 2020. Students are asked to write two assembly language programs, one to perform binary operations like arithmetic, logical, and relational operations on two integer variables. The second program should perform unary operations on a single integer variable. Both programs should be written for the x64 or x86-64 architecture.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Mahindra University
Microprocessors and Interfacing Lab (CS309)
Academic Year: 2020 - 21
Dr. Praveen
Lab1: Due Date September 11, 2020
1. Generate an assembly language program (consider x64 or x86 64architecture) to perform various binary operations (arithmetic, logical, relational, bit- wise ) on two integer variables. 2. Generate an assembly language program (consider x64 or x86 64 architec- ture) to perform various unary operations on an integer variable.