将C转换为MIPS

时间:2016-09-23 01:13:27

标签: mips qtspim

无法将此C代码转换为MIPS

if (integers == 0 && forward != 0)
{     
    for (char *ptr = str; *ptr != ’\0’; ptr++)
{
if (*ptr >= ’A’ && *ptr <= ’Z’)
     continue;  
   printf("%c\n", *ptr);
}

0 个答案:

没有答案