📜  c to mips 汇编转换器 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:41.828000             🧑  作者: Mango

代码示例1
for (i=1; i<=N; i++) {
a[i] = c[i]*16; // Do not use the mul inst 
}