subject

Assume that lo and hi have already been assigned as constants with lo < hi, and x has been declared as dword in the data segment. also, irvine's library is included, and randomize has already been called. which of the following code fragments will assign to x a "random" integer in the range [lo .. hi]? check all that apply.
a.
push lo
push hi
call randomrange
pop x

b.
mov eax, hi
call randomrange
mov x, eax
mov eax, lo
call randomrange
sub x, eax

c.
mov eax, hi
sub eax, lo
inc eax
call randomrange
add eax, lo
mov x, eax

d.
mov eax, hi
mov ebx, lo
dec ebx
sub eax, ebx
call randomrange
add eax, lo
mov x, eax

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Awell-diversified portfolio needs about 20-25 stocks from different categories.
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
Which of the following is not contained on the slide show toolbar? a. next button b. slide button c. close button d. pen tool
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
In cell b18, enter a formula to calculate the amount budgeted for meals. this amount is based on the daily meal allowance and the total travel days (# of nights+1).
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Which one of the following functions is not available on the autosum tool? sum average if max
Answers: 3
You know the right answer?
Assume that lo and hi have already been assigned as constants with lo < hi, and x has been decla...
Questions
question
Chemistry, 18.07.2019 18:30
question
Social Studies, 18.07.2019 18:30