subject

Select the pseudo-code that corresponds to the following assembly code. assume that the variables a, b, c, and d are initialized elsewhere in the program. you may want to review the usage of eax, ah, and al (ia32 registers). also recall that the inequality a > b is equivalent to b < a. i. e. if a is greater than b, that's equivalent to saying that b is less than a. data ; general purpose variables a dword ? b dword ? c byte ? d byte ? upperlevel dword 18 lowerlevel dword 3 ; strings yes byte "yes",0 no byte "no",0 maybe byte "maybe",0 .code main proc mov eax, 1 cmp ah, c jg option1 jmp option3 option1: mov edx, offset yes call writestring jmp endofprogram option2: mov edx, offset no call writestring jmp endofprogram option3: mov edx, offset maybe call writestring endofprogram: exit main endp end main

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 00:00, amyeileen
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
image
Computers and Technology, 23.06.2019 00:10, witerose701
Write a function so that the main0 code below can be replaced by the simpler code that calls function mphandminutes tomiles0. original main0 int main) l double milesperhour-70.0; double minutestraveled = 100.0; double hourstraveled; double milestraveled; hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; cout < "miles" 2 using namespace std; 4 /* your solution goes here/ 6 int maino 1 test passed 7 double milesperhour 70.0 all tests passed 8 double minutestraveled 100.0; 10 cout < < "miles: " < < mphandminutestomiles(milesper-hour, minutestraveled) < < endl; 12 return 0; 13
Answers: 1
image
Computers and Technology, 23.06.2019 15:30, PlzNoToxicBan
The song about casey jones a railroad engineer who gives his life on the job would most likely gall under the folk song category of? a-work song b-nonsense song c-religious song d-ballad
Answers: 1
image
Computers and Technology, 25.06.2019 08:00, krishawnnn
In researching his history report about the civil war, why is ariq most likely to use secondary data than primary data? secondary data provides a starting point to find primary data. secondary data is easier and less time consuming to find. secondary data is always more reliable and credible. secondary data eliminates the need for other research.
Answers: 1
You know the right answer?
Select the pseudo-code that corresponds to the following assembly code. assume that the variables a,...

Questions in other subjects: