What is the difference between 'ADD
' and 'DADD
' MIPS
instructions?
I know that 'DADD
' stands for Double Word Add but I do not know the difference between 'ADD
' and 'DADD
'.
Moreover, it appears that both instructions have the same syntax,
e.g.,
ADD R1, R0, R0
DADD R1, R0, R0