Answer:
oid changeCase (char char_array[], int array_size ) {
__asm{
mov eax, char_array;
mov edi, 0;
readArray:
cmp edi, array_size;
jge exit;
mov ebx, edi;
shl ebx, 2;
mov cl, [eax + ebx];
check:
//working on it
cmp cl, 0x41;
jl next_indx;
cmp cl, 0x7A;
jg next_indx;
cmp cl, 'a';
jl convert_down;
jge convert_up;
convert_down:
or cl, 0x20; //make it lowercase
jmp write;
convert_up:
and cl, 0x20;
jmp write;
write:
mov byte ptr [eax + ebx], cl
next_indx:
inc edi;
exit:
cmp edi, array_size;
jl readArray;
mov char_array, eax;
}
}
Explanation:
- Move char_array to eax as it is base image
.
- Use ebx as offset
.
- Use ecx as the storage register
.
- check if cl is <= than ASCII value 65 (A)
.
The question is vague, but answer B is absolutely incorrect so by default choice A is correct ... "good" is hard to define and your vision can be corrected by glasses allowing you to drive, etc.
Explanation:
I thinkcreating and edditing Images matchs to adobePhotoshop
Microsoft word is for adding and Creating text document
Creating andeditingpage layout -Adobe In Design
Desktop Publication-QuarkQuark Xpress
I hope thishelp and If wrong Inform me
Good luck
Create a partition using the Disk Management program and format the hard drive.
The first point will allow the hard drive to be put to use, and the second point will clear the hard drive completely so it's ready for use.
A flash drive can be useful to store memory