hi, I am new to Asm.
EAX value is contain pointer to memory

cmp [EAX], 65h

how do I know if it's compare byte, word or dword operand size ?

how to make sure that the compare is in byte size not in dword ?

Note : using MASM (VS .Net)