Write a single C statement that corresponds to the two MIPS assembly instructions below
MIPS assembly instructions: addi $t0, $zero, 5 addi $t1, $zero, 10
Corresponding C statement: int t0 = 5, t1 = 10;
原文地址: https://www.cveoy.top/t/topic/56A 著作权归作者所有。请勿转载和采集!