question 3  a. A byte type array named DONKEY with 3 items 45, 45h and 4Ah. DONKEY DB 45 45H 4AH b. A word type array named FIONA with 5 items 45, 45h, 444h, 4A4Bh and 44Ah. FIONA DW 45,45h,444h,4A4BH,44Ah. c- A double-word type array named SHREK with 5 items initialized to 0 SHREK DD 5 DUP(0)   Question : 4. Referring to the array definitions in Question 3, state the following values in the register a. MOV AL,DONKEY ;AL= b. MOV AL, DONKEY+2 ;AL= c. MOV AX, FIONA ;AX= d. MOV AX, FIONA+2 ;AX= e. MOV AX, FIONA+4 ;AX= f. MOV EAX, SHREK ;EAX= g. MOV AH,FIONA+8 ;AH= h. MOV EAX,0 MOV AX, FIONA+2 MOV SHREK, EAX ;EAX= ;AX= ;SHREK= 5. Referring to the array definitions in Question 3, write the appropriate instruction(s) to achieve the required results. a.   ; BL=45h b.   ; BX = 004Ah c.   ; SHREK+4=00004A4Bh 6. Referring to the array definitions in Question 3, write a program to sum array DONKEY. 7. Referring to the array definitions in Question 3, write a program to sum array FIONA.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 2PP: (Practice) Define an array named peopleTypes that can store a maximum of 50 integer valuesentered at...
icon
Related questions
Question

question 3 

a. A byte type array named DONKEY with 3 items 45, 45h and 4Ah.

DONKEY DB 45 45H 4AH

b. A word type array named FIONA with 5 items 45, 45h, 444h,
4A4Bh and 44Ah.

FIONA DW 45,45h,444h,4A4BH,44Ah.


c- A double-word type array named SHREK with 5 items
initialized to 0

SHREK DD 5 DUP(0)

 

Question :

4. Referring to the array definitions in Question 3, state the following values in the register

a. MOV AL,DONKEY ;AL=
b. MOV AL, DONKEY+2 ;AL=
c. MOV AX, FIONA ;AX=
d.

MOV AX, FIONA+2

;AX=
e. MOV AX, FIONA+4 ;AX=
f. MOV EAX, SHREK ;EAX=
g. MOV AH,FIONA+8 ;AH=
h.

MOV EAX,0

MOV AX, FIONA+2

MOV SHREK, EAX

;EAX=

;AX=

;SHREK=

5. Referring to the array definitions in Question 3, write the appropriate instruction(s) to achieve the required results.

a.   ; BL=45h
b.   ; BX = 004Ah
c.   ; SHREK+4=00004A4Bh

6. Referring to the array definitions in Question 3, write a program to sum
array DONKEY.


7. Referring to the array definitions in Question 3, write a program to sum
array FIONA.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
User Defined DataType
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage