0% found this document useful (0 votes)
15 views

Assignments 1

This 3 sentence summary provides the essential information from the document: This document outlines programming assignment #1 for a microprocessors and interfacing course in fall 2001, which asks the student to assemble a program using a provided table of instructions including MOV, ADD, SUB, CMA and ANA operations and store the result in registers A through D. The student is asked to provide their name and student ID for the assignment.

Uploaded by

api-3724082
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Assignments 1

This 3 sentence summary provides the essential information from the document: This document outlines programming assignment #1 for a microprocessors and interfacing course in fall 2001, which asks the student to assemble a program using a provided table of instructions including MOV, ADD, SUB, CMA and ANA operations and store the result in registers A through D. The student is asked to provide their name and student ID for the assignment.

Uploaded by

api-3724082
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Microprocessors & Interfacing

Fall 2001
Programming Assignment #1

Name:_____________________ Student ID: ______________

1. Using the following table, assemble the following program. You can use the table inside
the back cover of the textbook.

MOV A, B
MOV C, D
ADD C
MOV D, A
MOV A, B
CMA
ANA B
MOV D, A
SUB C

Microprocessors & Interfacing Dr. Bassel Soudan 1

You might also like