Provide the type assembly language representation ofinstruction described by the following MIPS fields instruction and binary op=0rs=3rt=2rd=3shamt=0funct=34
The provided MIPS fields represent the "add" instruction.
The corresponding type assembly language representation would be:
add $3, $2, $3
The binary representation of this instruction is:
000000 00010 00011 00011 00000 100010
原文地址: http://www.cveoy.top/t/topic/6qv 著作权归作者所有。请勿转载和采集!