I learned in the class that we can use pointers in assembly with these brackets []. but in my program that dosent work and give me 'wrong parameters error'. will be very happy if you help me :)
cmp [cx], num
JNE LOOP1
inc count
jmp LOOP1
how you can see, i try count number of "num" in an array, and there is problem with the first line