MIPS Assembly Language Representation of 'add' Instruction
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
原文地址: https://www.cveoy.top/t/topic/muhu 著作权归作者所有。请勿转载和采集!