subject

This question hasn't been answered yet
ask an expert

suppose that you are given the following program. what decimal value does the ax register hold when someprocedure is called? ?

.data
x dword 153461
y byte 37
z byte 90

.code
main proc
mov ah, y
mov al, z
call someprocedure
inc eax
mov ebx, z
xor eax, ebx
exit
main endp
end main

which decimal value?

a. 9562

b. 3790

c. 9037

d. 23077

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 18:30, porkhappycom
Which number on the image above correctly indicates the name of a folder in this url? a.1b.2c.3d.4
Answers: 2
image
Computers and Technology, 22.06.2019 22:30, reinasuarez964
One of your customers wants you to build a personal server that he can use in his home. one of his concerns is making sure he has at least one backup of their data stored on the server in the event that a disk fails. you have decided to back up his data using raid. since this server is for personal use only, the customer wants to keep costs down. therefore, he would like to keep the number of drives to a minimum. which of the following raid systems would best meet the customer's specifications? a. raid 0 b. raid 1 c. raid 5 d. raid 10
Answers: 3
image
Computers and Technology, 24.06.2019 00:30, lovemusic4
Setting up a home network using wireless connections is creating a a. vpn b. lan c. wan d. mini-internet
Answers: 2
image
Computers and Technology, 24.06.2019 02:30, talia43
Assume a class window with accessor method getwidth that accepts no parameters and returns an integer. assume further an array of 3 window elements named winarr, has been declared and initialized. write a sequence of statements that prints out the width of the widest window in the array.
Answers: 2
You know the right answer?
This question hasn't been answered yet
ask an expert

suppose that you are given th...

Questions in other subjects:

Konu
Computers and Technology, 19.06.2020 17:57
Konu
Mathematics, 19.06.2020 17:57