1. I'm stuck on understand two lines of code because I don't really understand how the command (dword ptr and 'and') works.
array = {40, 86, 10, 14, 68, 25, 50, 7, 9}
int method(int array[])
{
__asm{
mov ebx, 0
mov esi, array
(there is a loop that goes around ten times before...