How to store address of array in pointer MIPS ASM

前端 未结 0 652
温柔的废话
温柔的废话 2020-11-22 00:53

If I have the following C code:

int *p1;
int a[10];

int main(void) {

     p1 = a;

     return 0
}

How would I recreate that in MIPS? Here

相关标签:
回答
  • 消灭零回复
提交回复
热议问题