Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ADD' ' 命令と ' DADD'命令の違いは何MIPSですか?
ADD
DADD
MIPS
「 」が Double Word Add の略であることは知っていますが、「 」と「 」DADDの違いがわかりません。ADDDADD
さらに、両方の命令が同じ構文を持っているように見えます。
例えば、
ADD R1, R0, R0 DADD R1, R0, R0