I am learning assembly language and there are a lot of details that I am not sure about. Do the two operands after ADD and SUB instructions have to be the same number of register bits if they are both registers?
I checked the x86 Instruction Set Reference and it seems to require the same, but I'm not quite sure, so any help would be appreciated.