subject

Ihave the assembly for the max. can someone change the variables of it and make it min. i mean, the assembly for finding the min of the flaoting points.
.686
.model flat
.code
_max proc ; name of fucntion
start:
push ebp ; save caller frame pointer
mov ebp, esp ; establish current frame pointer
mov ebx, [ebp+8] ; store address of first array element into ebx
mov ecx, [ebp+12] ; store the size of array into ecx
xor edx, edx ; initialize loop counter edx to zero
fld dword ptr[ebx] ; load first array element arrary onto st(0)
inc edx ; increment loop counter in edx
loopmax:
fld dword ptr[ebx+edx*4] ; load next array element onto st(1)
fcom st(1) ; compare st(0) with st(1)
fstsw ax ; copy the status word containing the result to ax
fwait ; insure the previous instruction is completed
sahf ; transfer the condition codes to the cpu's flag register
ja looknext ; if st(0) > st(1) jump to looknext to continue with next array element
fcomp ; pop st(0) because new maximum is in st(1)
; after pop, the new max is again in st(0)
looknext:
inc edx ; increment counter in edx
cmp ecx, edx ; compare array size in ecx with loop counter in edx
jg loopmax ; if ecx > edx then jump to loopmax
pop ebp ; restore caller frame pointer
ret ; return contents of st(0)_max endp
end

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:50
Drag each label to the correct location on the image list the doโ€™s and donโ€™ts of safeguarding your password. a. keep yourself logged in when you leave your computer.b. donโ€™t write your password down and leave it where others can find it.c. share your password with your friends.d.each time you visit a website,retain the cookies on your computer.e. use a long password with mixed characters.1. do's 2. don'ts
Answers: 2
question
Computers and Technology, 22.06.2019 19:00
If your accelerator suddenly gets stuck what should you do
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
Ihave the assembly for the max. can someone change the variables of it and make it min. i mean, the...
Questions
question
Mathematics, 30.07.2019 08:30
question
Social Studies, 30.07.2019 08:30
Questions on the website: 13722360