Purchase Solution

The 8086 Family Architecture

Not what you're looking for?

Ask Custom Question

Use the nine PAL instructions listed below to solve the problems:
MOV A,num
MOV A,[addr]
MOV [addr], A
MOV B,A
MOV A,B
OR A,B
NOT A
GO addr

*Provide the answer in the following format:
Code Memory Contents of Code Address Instruction
Address Memory Address

0000h 3Dh mov a,01h
0001h 01h
0002h 3Fh mov [1000h],a
0003h 00h

PROBLEMS:
1. Clear (place 0's) in all memory locations from 2000h to 200Ah.
2. Make every odd bit (bit 1,3,5 and 7) in memory addresses C000h and D000h a 0. Do not change any other bit at each address.

Purchase this Solution

Solution Summary

The 8086 Family Architecture is examined.

Solution Preview

Please see the attached file.

1.
Code Memory Contents of Code Address Instruction
Address Memory Address
MOV A, 0
MOV [2000h], A
2000h 0
MOV A, 0
MOV [2001h], A
2001h 0
MOV A, 0
MOV [2002h], A
2002h 0
MOV A, 0
MOV [2003h], A
2003h 0
MOV A, 0
MOV [2004h], A
2004h 0
MOV A, 0
MOV [2005h], ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.