Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please answer number 5,6,7,8 Middle Technical University Digital Controller Lab Electrical Engineering Technical College Third Stage Electrical Power Technical Engineering Dept. Mohammed D. Altumemi Step

image text in transcribed
please answer number 5,6,7,8
Middle Technical University Digital Controller Lab Electrical Engineering Technical College Third Stage Electrical Power Technical Engineering Dept. Mohammed D. Altumemi Step 11: CX- 3-4 Discussion: 1. In program above in step 3, what is the mode of addressing? Explain briefly what is instruction doing? 2. In program above in step 4, what is the mode of addressing? Explain briefly what is instruction doing? 3. In program above in step 5, what is the mode of addressing? Explain briefly what is instruction doing? 4. In program above in step 7, what is the mode of addressing? Explain briefly what 5. In program above in step 8, what is the mode of addressing? Explain briefly what is instruction doing? 6. In program above in step 10, what is the mode of addressing? Explain briefly what is instruction doing? 7. In program above in step 11, what is the mode of addressing? Explain briefly what is instruction doing? 8. Execute the following program, and then record the new values of variables DI. and D2 after executing. .MODEL SMALL DATA DI DE DAH.OEH.OCHODH.DEH D2 DB 10 DUPID) -CODE MOV Ax.@DATA: INITIALIZE THE DATA SEGMENT MOV DS, AX LEA SI, D1 : LOAD OFFSET ADDRESS OF DI IN S LEA DI D2 : LOAD OFFSET ADDRESS OF D2 INDI MOV EX. 05 : LOAD CX WITH COUNT UP: MOV AL, SO: MOVE THE IST ELEMENT OF DI TO AL MOV (O). AL : MOVE TO D2 INC SI ; INCREMENT SI INC DI : INCREMENT DI DEC EX: DECREMENT THE COUNTER JNZ UP: REPEAT TILL CX BECOMES ZERO HLT END cering

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago