Assembly Language Programming
Not what you're looking for?
Write a program using the mov instruction to produce the following results. Assemble and debug the problem.
1. Move the contents of register AX to registers BX, SI, and DS.
2. Move the word contents of memory location DS:1234h to memory location DS:5678h.
3. Store the number 5678h in memory location DS:2000h using indirect addressing only.
4. Store the number 1234h in absolute memory address 60000h.
Purchase this Solution
Solution Summary
Assembly Language Programming is examined.
Solution Preview
1. Move the contents of register AX to registers BX, SI, and DS.
MOV BX, AX ; move AX to BX. etc.
MOV SI, AX
MOV DS, AX
2. Move the word contents of memory location DS:1234h to memory location ...
Purchase this Solution
Free BrainMass Quizzes
Basic Networking Questions
This quiz consists of some basic networking questions.
Word 2010: Table of Contents
Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.
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.
C# variables and classes
This quiz contains questions about C# classes and variables.