Hi there everyone. I am really new to this assembly language and i dont know how to code this simple programe.. Please help me and give me the code I would very much appreciate it.. here is the question.. Need to design assembly language programe IA-32 that could find the number of 0's [binary] in each integer in x and put and display the value in y. .DATA X SWORD -100,200,300,400,-500 Y BYTE 5 DUP (?) Edit/Delete Message